Public Member Functions | |
bool | get_path_ (const unsigned int &ronex_id_as_int, std::string &path) |
bool | get_path_ (const uint16_t &ronex_id_as_int, std::string &path) |
SrRonexFindGeneralIOModule () | |
SrRonexFindGeneralIOModule () | |
~SrRonexFindGeneralIOModule () | |
~SrRonexFindGeneralIOModule () | |
Private Member Functions | |
std::string | to_string_ (unsigned int d) |
std::string | to_string_ (int d) |
This class demonstrates how to find the General I/O module with the given ronex_id.
Definition at line 39 of file sr_ronex_flash_LED_with_PWM.cpp.
Definition at line 42 of file sr_ronex_flash_LED_with_PWM.cpp.
Definition at line 43 of file sr_ronex_flash_LED_with_PWM.cpp.
Definition at line 43 of file sr_ronex_read_analog_data.cpp.
Definition at line 44 of file sr_ronex_read_analog_data.cpp.
bool SrRonexFindGeneralIOModule::get_path_ | ( | const unsigned int & | ronex_id_as_int, |
std::string & | path | ||
) | [inline] |
Find the path of the General I/O module with the given ronex_id.
ronex_id_as_int | Select the General I/O module. |
path | The path of the module. |
Definition at line 53 of file sr_ronex_flash_LED_with_PWM.cpp.
bool SrRonexFindGeneralIOModule::get_path_ | ( | const uint16_t & | ronex_id_as_int, |
std::string & | path | ||
) | [inline] |
Find the path of the General I/O module with the given ronex_id.
ronex_id_as_int | Select the General I/O module. |
path | The path of the module. |
Definition at line 54 of file sr_ronex_read_analog_data.cpp.
std::string SrRonexFindGeneralIOModule::to_string_ | ( | unsigned int | d | ) | [inline, private] |
Convert the given integer into a string.
d | The integer to be converted. |
Definition at line 91 of file sr_ronex_flash_LED_with_PWM.cpp.
std::string SrRonexFindGeneralIOModule::to_string_ | ( | int | d | ) | [inline, private] |
Convert the given integer into a string.
d | The integer to be converted. |
Definition at line 92 of file sr_ronex_read_analog_data.cpp.