Namespace simu5g
DeviceAppStartPacket
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| DeviceAppPacket | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| mecAppDId | string | |
| mecAppName | string | |
| mecAppProvider | string | |
| appPackageSource | string | |
| shared | bool |
determines whether the instantiated app should be unique for every UE or shared among them |
| associateDevAppId | int |
if the MEC app is shared, determines which DevAppId should be used |
Source code
class DeviceAppStartPacket extends DeviceAppPacket { string mecAppDId; string mecAppName; string mecAppProvider; string appPackageSource; // determines whether the instantiated app should be unique for every UE or shared among them bool shared = false; // if the MEC app is shared, determines which DevAppId should be used int associateDevAppId = -1; }File: src/apps/mec/DeviceApp/DeviceAppMessages/DeviceAppPacket.msg