NetSim Source Code Help
Loading...
Searching...
No Matches
stru_NetSim_PhysicalLayer Struct Reference

#include <Stack.h>

Collaboration diagram for stru_NetSim_PhysicalLayer:
Collaboration graph

Data Fields

LAYER_TYPE nLayerType
 
PHYSICAL_LAYER_MEDIUM nPhyMedium
 
NETSIM_ID nLinkId
 
struct stru_NetSim_LinkspstruNetSimLinks
 
void * phyVar
 
double dLastPacketEndTime
 
union {
   PHYPROP_WIRELESS   wireless
 
   struct {
      int   noProperty
 
   }   WIRED
 
phyProp
 

Detailed Description

Definition at line 544 of file Stack.h.

Field Documentation

◆ dLastPacketEndTime

double stru_NetSim_PhysicalLayer::dLastPacketEndTime

Definition at line 551 of file Stack.h.

◆ nLayerType

LAYER_TYPE stru_NetSim_PhysicalLayer::nLayerType

Definition at line 546 of file Stack.h.

◆ nLinkId

NETSIM_ID stru_NetSim_PhysicalLayer::nLinkId

Definition at line 548 of file Stack.h.

◆ noProperty

int stru_NetSim_PhysicalLayer::noProperty

Definition at line 560 of file Stack.h.

◆ nPhyMedium

PHYSICAL_LAYER_MEDIUM stru_NetSim_PhysicalLayer::nPhyMedium

Definition at line 547 of file Stack.h.

◆ 

union { ... } stru_NetSim_PhysicalLayer::phyProp

◆ phyVar

void* stru_NetSim_PhysicalLayer::phyVar

Definition at line 550 of file Stack.h.

◆ pstruNetSimLinks

struct stru_NetSim_Links* stru_NetSim_PhysicalLayer::pstruNetSimLinks

Definition at line 549 of file Stack.h.

◆ 

struct { ... } stru_NetSim_PhysicalLayer::WIRED

◆ wireless

PHYPROP_WIRELESS stru_NetSim_PhysicalLayer::wireless

Definition at line 556 of file Stack.h.


The documentation for this struct was generated from the following file: