VoipPacket

Namespace simu5g

VoipPacket

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
IDtalk unsigned int
nframes unsigned int
IDframe unsigned int
arrivalTime simtime_t
playoutTime simtime_t
payloadTimestamp simtime_t
payloadSize unsigned int

Source code

class VoipPacket extends inet::FieldsChunk
{
    unsigned int IDtalk;
    unsigned int nframes;
    unsigned int IDframe;
    simtime_t arrivalTime;
    simtime_t playoutTime;
    simtime_t payloadTimestamp;
    unsigned int payloadSize;
}
File: src/apps/voip/VoipPacket.msg