![]() |
NetSim Source Code Help
|

Go to the source code of this file.
| char * fn_NetSim_IEEE1609_ConfigPacketTrace | ( | const void * | xmlNetSimNode | ) |
This function is to configure the WLAN protocol packet trace parameter. This function return a string which has the parameters separated by comma.
Definition at line 122 of file IEEE1609.c.
| int fn_NetSim_IEEE1609_Configure | ( | void ** | var | ) |
| int fn_NetSim_IEEE1609_Configure_F | ( | void ** | ) |

| int fn_NetSim_IEEE1609_CopyPacket | ( | NetSim_PACKET * | pstruDestPacket, |
| NetSim_PACKET * | pstruSrcPacket | ||
| ) |
This function is called by NetworkStack.dll, to copy the WLAN protocol pstruMacData->Packet_MACProtocol from source packet to destination.
Definition at line 105 of file IEEE1609.c.
| int fn_NetSim_IEEE1609_Finish | ( | ) |
This function is called by NetworkStack.dll, once simulation end to free the allocated memory for the network.
Definition at line 140 of file IEEE1609.c.

| int fn_NetSim_IEEE1609_Finish_F | ( | ) |

| int fn_NetSim_IEEE1609_FreePacket | ( | NetSim_PACKET * | pstruPacket | ) |
This function is called by NetworkStack.dll, to free the WLAN protocol pstruMacData->Packet_MACProtocol.
Definition at line 96 of file IEEE1609.c.
| int fn_NetSim_IEEE1609_Init | ( | struct stru_NetSim_Network * | NETWORK_Formal, |
| NetSim_EVENTDETAILS * | pstruEventDetails_Formal, | ||
| char * | pszAppPath_Formal, | ||
| char * | pszWritePath_Formal, | ||
| int | nVersion_Type | ||
| ) |
| int fn_NetSim_IEEE1609_Init_F | ( | struct stru_NetSim_Network * | NETWORK_Formal, |
| NetSim_EVENTDETAILS * | pstruEventDetails_Formal, | ||
| char * | pszAppPath_Formal, | ||
| char * | pszWritePath_Formal, | ||
| int | nVersion_Type | ||
| ) |

| int fn_NetSim_IEEE1609_Metrics | ( | PMETRICSWRITER | metricsWriter | ) |
This function call WLAN Metrics function in lib file to write the Metrics in Metrics.txt
Definition at line 113 of file IEEE1609.c.
| int fn_NetSim_IEEE1609_Run | ( | ) |
| void fn_NetSim_IEEE1609_TimerEvent | ( | ) |
Definition at line 145 of file IEEE1609.c.


| char * fn_NetSim_IEEE1609_Trace | ( | int | nSubEvent | ) |
This function is called by NetworkStack.dll, while writing the event trace to get the sub event as a string.
Definition at line 87 of file IEEE1609.c.
| int fn_NetSim_IEEE1609_WritePacketTrace | ( | NetSim_PACKET * | pstruPacket, |
| char ** | ppszTrace | ||
| ) |
This function is called while writing the Packet trace for WLAN protocol. This function is called for every packet while writing the packet trace.
Definition at line 131 of file IEEE1609.c.
| void restart_transmission | ( | ) |