Packet DATA

File: DATA.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

DATA

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

DATA

Fields:

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

Source code:

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[];
}