Public Member Functions | |
TopologyDefinition (std::string const &path, VariableTable const ¶ms) | |
Constructor. | |
TopologyDefinition (void) | |
Constructor. | |
Public Attributes | |
VariableTable | parameters |
A key->value mapping of configuration parameters. | |
YansCoreNS::VT_StrT | path |
The path to load the module from. | |
SysModule | sysModule |
The system-dependent representation of the module loaded from the specified path. |
YansCoreNS::TopologyDefinition::TopologyDefinition | ( | void | ) | [inline, explicit] |
Constructor.
YansCoreNS::TopologyDefinition::TopologyDefinition | ( | std::string const & | path, | |
VariableTable const & | params | |||
) | [inline, explicit] |
Constructor.
path | The path to load the module from. | |
params | The configuration parameters. |
A key->value mapping of configuration parameters.
The path to load the module from.
The system-dependent representation of the module loaded from the specified path.