MECPacket

Namespace simu5g

MECPacket

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
FieldsChunk class (no description)

Fields

Name Type Description
sno unsigned int
timestamp simtime_t
type string

type of message

Source code

class MECPacket extends inet::FieldsChunk
{
    unsigned int sno;
    simtime_t timestamp;
    //type of message
    string type;
}
File: src/nodes/mec/MECPlatform/MECPackets.msg