(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
SDF | int | |
UserOrigin | string | |
metros | double | |
ruta | string[] | |
time_enter_queue | simtime_t | |
destAddress | int | |
time_exit_bs | simtime_t | |
peso | double | |
destino | string | |
saltos | int | |
priority | int | |
srcAddress | int | |
synBit | int | |
origen | string |
packet DATA { int synBit = 10101010; int SDF = 10101011; int destAddress; int srcAddress; double metros; int saltos; double peso; int priority; simtime_t time_enter_queue; simtime_t time_exit_bs; string UserOrigin; string origen; string destino; string ruta[]; }