Implement a so-called dictionary (key/value) container. The container should have predefined key associated with DDS environment.
Like for example
GetSysProp(task_index) - would return a task index
GetSysProp(task_name) - would return a task id (name) from the topology
and so on...
Updated: Values should be enum values to avoid typos and user mistakes.
Implement a so-called dictionary (key/value) container. The container should have predefined key associated with DDS environment.
Like for example
GetSysProp(task_index) - would return a task index
GetSysProp(task_name) - would return a task id (name) from the topology
and so on...
Updated: Values should be enum values to avoid typos and user mistakes.