15#ifndef _NETSIM_IEEE1609_H_
16#define _NETSIM_IEEE1609_H_
20#ifndef _NO_DEFAULT_LINKER_
22#pragma comment(lib,"IEEE1609.lib")
23#pragma comment(lib,"Metrics.lib")
24#pragma comment(lib,"NetworkStack.lib")
25#pragma comment(lib,"Mobility.lib")
32#define IEEE1609_SECONDARY_PROTOCOL_DEFAULT _strdup("IEEE802.11")
33#define IEEE1609_STANDARD_CHANNEL_SCH_DEFAULT _strdup("36_5180")
34#define IEEE1609_STANDARD_CHANNEL_CCH_DEFAULT _strdup("38_5190")
35#define IEEE1609_SCH_TIME_DEFAULT 10000
36#define IEEE1609_CCH_TIME_DEFAULT 10000
37#define IEEE1609_GUARD_TIME_DEFAULT 10
bool isIEEE1609_Configure(NETSIM_ID nDeviceId, NETSIM_ID nInterfaceId)
void fn_NetSim_IEEE1609_ChannelSwitch_Start()
void Init_Channel_Switching(NETSIM_ID ndeviceId, NETSIM_ID nInterfaceId)
void restart_transmission()
void fn_NetSim_WSNP_SendWSMPacket()
int fn_NetSim_WSNP_ReceiveWSMPacket()
void fn_NetSim_IEEE1609_ChannelSwitch_End()