Namespace simu5g
MecRequestResponsePacket
classPacket used by the MecRequestRequestPacket and MecRequestResponsePacket 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 |
---|---|---|
sno | unsigned int | |
reqTimestamp | double | |
respTimestamp | double | |
bsId | MacNodeId | |
appId | int | |
srcAddress | string | |
srcPort | int | |
destAddress | string | |
destPort | int |
Source code
// // Packet used by the ~MecRequestRequestPacket and ~MecRequestResponsePacket modules. // class MecRequestResponsePacket extends inet::FieldsChunk { unsigned int sno; double reqTimestamp; double respTimestamp; MacNodeId bsId; int appId; string srcAddress; int srcPort; string destAddress; int destPort; }File: src/apps/mecRequestResponseApp/packets/MecRequestResponsePacket.msg