#include <TimedSwitch.h>
Public Types | |
enum | { ON = 1 } |
enum | { OFF = 0 } |
enum | { NO_CHANGE = -2 } |
enum | { REPEAT = -1 } |
enum | { FOREVER = -1 } |
Public Member Functions | |
virtual int | deserialize (unsigned char *inbuffer) |
const char * | getMD5 () |
const char * | getType () |
virtual int | serialize (unsigned char *outbuffer) const |
Public Attributes | |
int32_t | num_cycles |
float * | pulse_pattern |
uint8_t | pulse_pattern_length |
float | st_pulse_pattern |
int8_t | switch_mode |
Definition at line 12 of file TimedSwitch.h.
anonymous enum |
Definition at line 20 of file TimedSwitch.h.
anonymous enum |
Definition at line 21 of file TimedSwitch.h.
anonymous enum |
Definition at line 22 of file TimedSwitch.h.
anonymous enum |
Definition at line 23 of file TimedSwitch.h.
anonymous enum |
Definition at line 24 of file TimedSwitch.h.
virtual int wiimote::TimedSwitch::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 65 of file TimedSwitch.h.
const char* wiimote::TimedSwitch::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 110 of file TimedSwitch.h.
const char* wiimote::TimedSwitch::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 109 of file TimedSwitch.h.
virtual int wiimote::TimedSwitch::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 26 of file TimedSwitch.h.
int32_t wiimote::TimedSwitch::num_cycles |
Definition at line 16 of file TimedSwitch.h.
Definition at line 19 of file TimedSwitch.h.
Definition at line 17 of file TimedSwitch.h.
Definition at line 18 of file TimedSwitch.h.
Definition at line 15 of file TimedSwitch.h.