NetSim Source Code Help
Loading...
Searching...
No Matches
IEEE1609.h File Reference
#include "IEEE1609_Enum.h"
#include "IEEE1609_Interface.h"
Include dependency graph for IEEE1609.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _NETSIM_IEEE1609_H_
 
#define IEEE1609_SECONDARY_PROTOCOL_DEFAULT   _strdup("IEEE802.11")
 
#define IEEE1609_STANDARD_CHANNEL_SCH_DEFAULT   _strdup("36_5180")
 
#define IEEE1609_STANDARD_CHANNEL_CCH_DEFAULT   _strdup("38_5190")
 
#define IEEE1609_SCH_TIME_DEFAULT   10000
 
#define IEEE1609_CCH_TIME_DEFAULT   10000
 
#define IEEE1609_GUARD_TIME_DEFAULT   10
 

Functions

bool isIEEE1609_Configure (NETSIM_ID nDeviceId, NETSIM_ID nInterfaceId)
 
void fn_NetSim_WSNP_SendWSMPacket ()
 
int fn_NetSim_WSNP_ReceiveWSMPacket ()
 
void fn_NetSim_IEEE1609_ChannelSwitch_Start ()
 
void fn_NetSim_IEEE1609_ChannelSwitch_End ()
 
void Init_Channel_Switching (NETSIM_ID ndeviceId, NETSIM_ID nInterfaceId)
 
void restart_transmission ()
 

Macro Definition Documentation

◆ _NETSIM_IEEE1609_H_

#define _NETSIM_IEEE1609_H_

Definition at line 16 of file IEEE1609.h.

◆ IEEE1609_CCH_TIME_DEFAULT

#define IEEE1609_CCH_TIME_DEFAULT   10000

Definition at line 36 of file IEEE1609.h.

◆ IEEE1609_GUARD_TIME_DEFAULT

#define IEEE1609_GUARD_TIME_DEFAULT   10

Definition at line 37 of file IEEE1609.h.

◆ IEEE1609_SCH_TIME_DEFAULT

#define IEEE1609_SCH_TIME_DEFAULT   10000

Definition at line 35 of file IEEE1609.h.

◆ IEEE1609_SECONDARY_PROTOCOL_DEFAULT

#define IEEE1609_SECONDARY_PROTOCOL_DEFAULT   _strdup("IEEE802.11")

Definition at line 32 of file IEEE1609.h.

◆ IEEE1609_STANDARD_CHANNEL_CCH_DEFAULT

#define IEEE1609_STANDARD_CHANNEL_CCH_DEFAULT   _strdup("38_5190")

Definition at line 34 of file IEEE1609.h.

◆ IEEE1609_STANDARD_CHANNEL_SCH_DEFAULT

#define IEEE1609_STANDARD_CHANNEL_SCH_DEFAULT   _strdup("36_5180")

Definition at line 33 of file IEEE1609.h.

Function Documentation

◆ fn_NetSim_IEEE1609_ChannelSwitch_End()

void fn_NetSim_IEEE1609_ChannelSwitch_End ( )

Definition at line 30 of file Channel.c.

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

◆ fn_NetSim_IEEE1609_ChannelSwitch_Start()

void fn_NetSim_IEEE1609_ChannelSwitch_Start ( )

Definition at line 62 of file Channel.c.

Here is the caller graph for this function:

◆ fn_NetSim_WSNP_ReceiveWSMPacket()

int fn_NetSim_WSNP_ReceiveWSMPacket ( )

Definition at line 116 of file WSMP.c.

Here is the caller graph for this function:

◆ fn_NetSim_WSNP_SendWSMPacket()

void fn_NetSim_WSNP_SendWSMPacket ( )

Definition at line 36 of file WSMP.c.

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

◆ Init_Channel_Switching()

void Init_Channel_Switching ( NETSIM_ID  ndeviceId,
NETSIM_ID  nInterfaceId 
)

Definition at line 17 of file Channel.c.

◆ isIEEE1609_Configure()

bool isIEEE1609_Configure ( NETSIM_ID  nDeviceId,
NETSIM_ID  nInterfaceId 
)

◆ restart_transmission()

void restart_transmission ( )

Definition at line 161 of file IEEE1609.c.

Here is the caller graph for this function: