Public Member Functions | |
ServiceDefinition (void) | |
Constructor. | |
Public Attributes | |
ServiceNS::GetServiceFunction | getService |
Function exported from the module to create service instances. | |
VariableTable | parameters |
A key->value mapping of configuration parameters. | |
YansCoreNS::VT_StrT | path |
The path to load the module from. | |
NodeNS::Port | port |
The port the service is associated with. | |
SysModule | sysModule |
The system-dependent representation of the module loaded from the specified path. |
YansCoreNS::ServiceDefinition::ServiceDefinition | ( | void | ) | [inline, explicit] |
Constructor.
ServiceNS::GetServiceFunction YansCoreNS::ServiceDefinition::getService |
Function exported from the module to create service instances.
A key->value mapping of configuration parameters.
The path to load the module from.
The port the service is associated with.
SysModule YansCoreNS::ServiceDefinition::sysModule |
The system-dependent representation of the module loaded from the specified path.