CbrPacket

Namespace simu5g

CbrPacket

class

Packet used by the VoPSender and VoIPReceiver 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
nframes unsigned int
IDframe unsigned int
arrivalTime simtime_t
payloadTimestamp simtime_t
payloadSize unsigned int

Source code

//
// Packet used by the ~VoPSender and ~VoIPReceiver modules.
//
class CbrPacket extends inet::FieldsChunk
{
    unsigned int nframes;
    unsigned int IDframe;
    simtime_t arrivalTime;
    simtime_t payloadTimestamp;
    unsigned int payloadSize;
}
File: src/apps/cbr/CbrPacket.msg