#include <SwitchController.h>
Public Types | |
enum | { BEST_EFFORT = 1 } |
enum | { STRICT = 2 } |
Public Member Functions | |
virtual int | deserialize (unsigned char *inbuffer) |
const char * | getMD5 () |
const char * | getType () |
virtual int | serialize (unsigned char *outbuffer) const |
Public Attributes | |
char * | st_start_controllers |
char * | st_stop_controllers |
char ** | start_controllers |
uint8_t | start_controllers_length |
char ** | stop_controllers |
uint8_t | stop_controllers_length |
int32_t | strictness |
Definition at line 13 of file controller_manager_msgs/SwitchController.h.
anonymous enum |
Definition at line 23 of file controller_manager_msgs/SwitchController.h.
anonymous enum |
Definition at line 24 of file controller_manager_msgs/SwitchController.h.
virtual int controller_manager_msgs::SwitchControllerRequest::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 64 of file controller_manager_msgs/SwitchController.h.
const char* controller_manager_msgs::SwitchControllerRequest::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 116 of file controller_manager_msgs/SwitchController.h.
const char* controller_manager_msgs::SwitchControllerRequest::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 115 of file controller_manager_msgs/SwitchController.h.
virtual int controller_manager_msgs::SwitchControllerRequest::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 26 of file controller_manager_msgs/SwitchController.h.
Definition at line 17 of file controller_manager_msgs/SwitchController.h.
Definition at line 20 of file controller_manager_msgs/SwitchController.h.
Definition at line 18 of file controller_manager_msgs/SwitchController.h.
Definition at line 16 of file controller_manager_msgs/SwitchController.h.
Definition at line 21 of file controller_manager_msgs/SwitchController.h.
Definition at line 19 of file controller_manager_msgs/SwitchController.h.
Definition at line 22 of file controller_manager_msgs/SwitchController.h.