#include <DigitalOutput.h>
Public Types | |
typedef boost::array< uint8_t, 4 > | _mask_type |
typedef boost::array< uint8_t, 4 > | _values_type |
typedef boost::shared_ptr < ::kobuki_comms::DigitalOutput_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::kobuki_comms::DigitalOutput_ < ContainerAllocator > > | Ptr |
typedef DigitalOutput_ < ContainerAllocator > | Type |
Public Member Functions | |
DigitalOutput_ () | |
DigitalOutput_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
boost::array< uint8_t, 4 > | mask |
boost::array< uint8_t, 4 > | values |
Definition at line 21 of file DigitalOutput.h.
typedef boost::array<uint8_t, 4> kobuki_comms::DigitalOutput_< ContainerAllocator >::_mask_type |
Definition at line 43 of file DigitalOutput.h.
typedef boost::array<uint8_t, 4> kobuki_comms::DigitalOutput_< ContainerAllocator >::_values_type |
Definition at line 40 of file DigitalOutput.h.
typedef boost::shared_ptr< ::kobuki_comms::DigitalOutput_<ContainerAllocator> const> kobuki_comms::DigitalOutput_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file DigitalOutput.h.
typedef boost::shared_ptr< ::kobuki_comms::DigitalOutput_<ContainerAllocator> > kobuki_comms::DigitalOutput_< ContainerAllocator >::Ptr |
Definition at line 47 of file DigitalOutput.h.
typedef DigitalOutput_<ContainerAllocator> kobuki_comms::DigitalOutput_< ContainerAllocator >::Type |
Definition at line 22 of file DigitalOutput.h.
kobuki_comms::DigitalOutput_< ContainerAllocator >::DigitalOutput_ | ( | ) | [inline] |
Definition at line 24 of file DigitalOutput.h.
kobuki_comms::DigitalOutput_< ContainerAllocator >::DigitalOutput_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file DigitalOutput.h.
boost::shared_ptr<std::map<std::string, std::string> > kobuki_comms::DigitalOutput_< ContainerAllocator >::__connection_header |
Definition at line 49 of file DigitalOutput.h.
boost::array<uint8_t, 4> kobuki_comms::DigitalOutput_< ContainerAllocator >::mask |
Definition at line 44 of file DigitalOutput.h.
boost::array<uint8_t, 4> kobuki_comms::DigitalOutput_< ContainerAllocator >::values |
Definition at line 41 of file DigitalOutput.h.