BurstPacket

Namespace simu5g

BurstPacket

class

Packet used by the BurstSender and BurstReceiver modules.

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
msgId unsigned int
arrivalTime simtime_t
payloadTimestamp simtime_t
payloadSize unsigned int

Source code

//
// Packet used by the ~BurstSender and ~BurstReceiver modules.
//
class BurstPacket extends inet::FieldsChunk
{
    unsigned int msgId;
    simtime_t arrivalTime;
    simtime_t payloadTimestamp;
    unsigned int payloadSize;
}
File: src/apps/burst/BurstPacket.msg