|
Cheetah Software
1.0
|
#include <rt_interface_lcm.h>
Collaboration diagram for Handler:Public Member Functions | |
| void | main_control_settings_handler (const lcm::ReceiveBuffer *rbuf, const std::string &channel, const gui_main_control_settings_t *msg) |
| Handler for main control settings from MATLAB interface. Never call this yourself, leave it to LCM. More... | |
| void | rc_channels_handler (const lcm::ReceiveBuffer *rbuf, const std::string &channel, const rc_channels_t *msg) |
Definition at line 13 of file rt_interface_lcm.h.
| void Handler::main_control_settings_handler | ( | const lcm::ReceiveBuffer * | rbuf, |
| const std::string & | channel, | ||
| const gui_main_control_settings_t * | msg | ||
| ) |
Handler for main control settings from MATLAB interface. Never call this yourself, leave it to LCM.
| [in] | rbuf | The receive buffer |
| [in] | channel | The name of the LCM Channel |
| [in] | msg | Pointer to the LCM message |
Definition at line 40 of file rt_interface_lcm.cpp.
References iterations_since_last_lcm, lcm_get_set_mutex, and main_control_settings.
Here is the caller graph for this function:| void Handler::rc_channels_handler | ( | const lcm::ReceiveBuffer * | rbuf, |
| const std::string & | channel, | ||
| const rc_channels_t * | msg | ||
| ) |
Definition at line 52 of file rt_interface_lcm.cpp.
References lcm_get_set_mutex, and rc_channels.
Here is the caller graph for this function: