![]() |
NetSim Source Code Help
|
#include <Stack.h>

Data Fields | |
| LAYER_TYPE | nLayerType |
| PHYSICAL_LAYER_MEDIUM | nPhyMedium |
| NETSIM_ID | nLinkId |
| struct stru_NetSim_Links * | pstruNetSimLinks |
| void * | phyVar |
| double | dLastPacketEndTime |
| union { | |
| PHYPROP_WIRELESS wireless | |
| struct { | |
| int noProperty | |
| } WIRED | |
| } | phyProp |
| LAYER_TYPE stru_NetSim_PhysicalLayer::nLayerType |
| PHYSICAL_LAYER_MEDIUM stru_NetSim_PhysicalLayer::nPhyMedium |
| union { ... } stru_NetSim_PhysicalLayer::phyProp |
| struct stru_NetSim_Links* stru_NetSim_PhysicalLayer::pstruNetSimLinks |
| struct { ... } stru_NetSim_PhysicalLayer::WIRED |
| PHYPROP_WIRELESS stru_NetSim_PhysicalLayer::wireless |