#include <TimedSwitch.h>
Public Types | |
enum | { ON = 1 } |
enum | { OFF = 0 } |
enum | { NO_CHANGE = -2 } |
enum | { REPEAT = -1 } |
enum | { FOREVER = -1 } |
typedef int32_t | _num_cycles_type |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _pulse_pattern_type |
typedef int8_t | _switch_mode_type |
typedef boost::shared_ptr < ::wiimote::TimedSwitch_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::wiimote::TimedSwitch_ < ContainerAllocator > > | Ptr |
typedef TimedSwitch_ < ContainerAllocator > | Type |
Public Member Functions | |
TimedSwitch_ () | |
TimedSwitch_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | num_cycles |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | pulse_pattern |
int8_t | switch_mode |
Definition at line 21 of file TimedSwitch.h.
typedef int32_t wiimote::TimedSwitch_< ContainerAllocator >::_num_cycles_type |
Definition at line 41 of file TimedSwitch.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > wiimote::TimedSwitch_< ContainerAllocator >::_pulse_pattern_type |
Definition at line 44 of file TimedSwitch.h.
typedef int8_t wiimote::TimedSwitch_< ContainerAllocator >::_switch_mode_type |
Definition at line 38 of file TimedSwitch.h.
typedef boost::shared_ptr< ::wiimote::TimedSwitch_<ContainerAllocator> const> wiimote::TimedSwitch_< ContainerAllocator >::ConstPtr |
Definition at line 54 of file TimedSwitch.h.
typedef boost::shared_ptr< ::wiimote::TimedSwitch_<ContainerAllocator> > wiimote::TimedSwitch_< ContainerAllocator >::Ptr |
Definition at line 53 of file TimedSwitch.h.
typedef TimedSwitch_<ContainerAllocator> wiimote::TimedSwitch_< ContainerAllocator >::Type |
Definition at line 22 of file TimedSwitch.h.
anonymous enum |
Definition at line 47 of file TimedSwitch.h.
anonymous enum |
Definition at line 48 of file TimedSwitch.h.
anonymous enum |
Definition at line 49 of file TimedSwitch.h.
anonymous enum |
Definition at line 50 of file TimedSwitch.h.
anonymous enum |
Definition at line 51 of file TimedSwitch.h.
wiimote::TimedSwitch_< ContainerAllocator >::TimedSwitch_ | ( | ) | [inline] |
Definition at line 24 of file TimedSwitch.h.
wiimote::TimedSwitch_< ContainerAllocator >::TimedSwitch_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file TimedSwitch.h.
boost::shared_ptr<std::map<std::string, std::string> > wiimote::TimedSwitch_< ContainerAllocator >::__connection_header |
Definition at line 55 of file TimedSwitch.h.
int32_t wiimote::TimedSwitch_< ContainerAllocator >::num_cycles |
Definition at line 42 of file TimedSwitch.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > wiimote::TimedSwitch_< ContainerAllocator >::pulse_pattern |
Definition at line 45 of file TimedSwitch.h.
int8_t wiimote::TimedSwitch_< ContainerAllocator >::switch_mode |
Definition at line 39 of file TimedSwitch.h.