Namespace simu5g
MEAppPacket
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 |
---|---|---|
sno | unsigned int | |
timestamp | simtime_t | |
type | string |
type of message |
sourceAddress | string |
communication informations |
sourcePort | int |
added by Alessandro Noferi |
destinationAddress | string | |
destinationPort | int |
added by Alessandro Noferi |
destinationMecAppAddress | string | |
destinationMecAppPort | int |
added by Alessandro Noferi |
MEModuleType | string |
instantiation informations |
MEModuleName | string |
module class name of the MEApp to instantiate |
ueAppID | int |
identification information |
requiredDisk | double |
resources required |
requiredRam | double | |
requiredCpu | double | |
requiredService | string |
service required |
Source code
class MEAppPacket extends inet::FieldsChunk { unsigned int sno; simtime_t timestamp; //type of message string type; //communication informations string sourceAddress; int sourcePort; // added by Alessandro Noferi string destinationAddress; int destinationPort; // added by Alessandro Noferi string destinationMecAppAddress; int destinationMecAppPort; // added by Alessandro Noferi //instantiation informations string MEModuleType; //path where to find the cModule of the MEApp to instantiate string MEModuleName; //module class name of the MEApp to instantiate //identification information int ueAppID; //resources required double requiredDisk; double requiredRam; double requiredCpu; //service required string requiredService; }File: src/nodes/mec/MECPlatform/MEAppPacket.msg