Namespace simu5g
VoDPacket
classPacket used by the video-on-demand application (VoDUDPServer, VoDUDPClient)
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 |
|---|---|---|
| frameSeqNum | int | |
| frameLength | int | |
| tid | int |
temporal scalability layer |
| qid | int |
SNR scalability layer |
| payloadTimestamp | simtime_t |
Source code
// // Packet used by the video-on-demand application (~VoDUDPServer, ~VoDUDPClient) // class VoDPacket extends inet::FieldsChunk { int frameSeqNum; int frameLength; // temporal scalability layer int tid; // SNR scalability layer int qid; simtime_t payloadTimestamp; }File: src/apps/vod/VoDPacket.msg