#include "main.h"
#include "Aloha.h"
#include "Aloha_enum.h"
Go to the source code of this file.
◆ fn_NetSim_Aloha_ConfigPacketTrace()
| char * fn_NetSim_Aloha_ConfigPacketTrace |
( |
| ) |
|
This function will return the string to write packet trace heading.
Definition at line 207 of file Aloha.c.
◆ fn_NetSim_Aloha_Configure()
| int fn_NetSim_Aloha_Configure |
( |
void ** |
var | ) |
|
◆ fn_NetSim_Aloha_CopyPacket()
This function is called by NetworkStack.dll, to copy the aloha protocol details from source packet to destination.
Definition at line 191 of file Aloha.c.
◆ fn_NetSim_Aloha_Finish()
| int fn_NetSim_Aloha_Finish |
( |
| ) |
|
◆ fn_NetSim_Aloha_FreePacket()
◆ fn_NetSim_Aloha_handleMobility()
| int fn_NetSim_Aloha_handleMobility |
( |
NETSIM_ID |
d | ) |
|
◆ fn_NetSim_Aloha_Init()
| int fn_NetSim_Aloha_Init |
( |
struct stru_NetSim_Network * |
NETWORK_Formal, |
|
|
NetSim_EVENTDETAILS * |
pstruEventDetails_Formal, |
|
|
char * |
pszAppPath_Formal, |
|
|
char * |
pszWritePath_Formal, |
|
|
int |
nVersion_Type, |
|
|
void ** |
fnPointer |
|
) |
| |
◆ fn_NetSim_Aloha_Metrics()
This function write the Metrics
Definition at line 199 of file Aloha.c.
◆ fn_NetSim_Aloha_Run()
| int fn_NetSim_Aloha_Run |
( |
| ) |
|
◆ fn_NetSim_Aloha_Trace()
| char * fn_NetSim_Aloha_Trace |
( |
int |
nSubEvent | ) |
|
◆ fn_NetSim_Aloha_WritePacketTrace()
| char * fn_NetSim_Aloha_WritePacketTrace |
( |
NetSim_PACKET * |
pstruPacket, |
|
|
char ** |
ppszTrace |
|
) |
| |
This function will return the string to write packet trace.
Definition at line 215 of file Aloha.c.
◆ getModulationFromString()
◆ send_to_phy()
◆ wait_for_random_time()
| void wait_for_random_time |
( |
| ) |
|