NetSim Source Code Help
Loading...
Searching...
No Matches
FIFOBuffer.c File Reference
#include "main.h"
#include "AODV.h"
#include "List.h"
Include dependency graph for FIFOBuffer.c:

Go to the source code of this file.

Functions

bool fn_NetSim_AODV_AddToFIFOBuffer (NetSim_PACKET *packet, AODV_FIFO **fifoBuffer, double time)
 
int fnEmptyFIFOBuffer (AODV_DEVICE_VAR *devVar, NETSIM_IPAddress dest)
 
int fn_NetSim_AODV_TransmitFIFOBuffer (AODV_DEVICE_VAR *devVar, NetSim_EVENTDETAILS *pstruEventDetails)
 

Function Documentation

◆ fn_NetSim_AODV_AddToFIFOBuffer()

bool fn_NetSim_AODV_AddToFIFOBuffer ( NetSim_PACKET packet,
AODV_FIFO **  fifoBuffer,
double  time 
)

This function adds a packet to the FIFO Buffer

Definition at line 21 of file FIFOBuffer.c.

Here is the call graph for this function:

◆ fn_NetSim_AODV_TransmitFIFOBuffer()

int fn_NetSim_AODV_TransmitFIFOBuffer ( AODV_DEVICE_VAR devVar,
NetSim_EVENTDETAILS pstruEventDetails 
)

This function Transmits the FIFO Buffer

Definition at line 81 of file FIFOBuffer.c.

Here is the call graph for this function:

◆ fnEmptyFIFOBuffer()

int fnEmptyFIFOBuffer ( AODV_DEVICE_VAR devVar,
NETSIM_IPAddress  dest 
)

This function empties the FIFO buffer

Definition at line 54 of file FIFOBuffer.c.

Here is the call graph for this function:
Here is the caller graph for this function: