Public Member Functions | |
ChangeRonexConfigurationExample () | |
void | configureRonex (std::string path) |
~ChangeRonexConfigurationExample () |
This class demonstrate how to change the configuration parameters of a running ronex module.
Definition at line 39 of file change_ronex_configuration.cpp.
Definition at line 42 of file change_ronex_configuration.cpp.
Definition at line 46 of file change_ronex_configuration.cpp.
void ChangeRonexConfigurationExample::configureRonex | ( | std::string | path | ) | [inline] |
Configuration of the ronex module is done by calling the /ronex/general_io/X/set_parameters service where X is the ronex_id of the module to be configured.
Definition at line 54 of file change_ronex_configuration.cpp.