IMEService

Package: simu5g.nodes.mec.MECPlatform

IMEService

module interface

This module interface defines the structure that every MEC Service must implement (see, e.g., LocationService)

TODO: obsolete, to be removed (see IMECService instead)

Parameters

Name Type Default value Description
serviceName string

Properties

Name Value Description
display i=block/app

Source code

//
// This module interface defines the structure that every
// MEC Service must implement (see, e.g., ~LocationService)
//
// TODO: obsolete, to be removed (see ~IMECService instead)
//
moduleinterface IMEService
{
    parameters:
        @display("i=block/app");
        string serviceName;

    gates:
        input meAppIn[];
        output meAppOut[];
}



File: src/nodes/mec/MECPlatform/IMEService.ned