#include <Encoders.h>
Public Types | |
typedef int32_t | _left_wheel_type |
typedef int32_t | _right_wheel_type |
typedef float | _time_delta_type |
typedef boost::shared_ptr < ::roboteq::Encoders_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::roboteq::Encoders_ < ContainerAllocator > > | Ptr |
typedef Encoders_ < ContainerAllocator > | Type |
Public Member Functions | |
Encoders_ () | |
Encoders_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | left_wheel |
int32_t | right_wheel |
float | time_delta |
Definition at line 21 of file roboteq/Encoders.h.
typedef int32_t roboteq::Encoders_< ContainerAllocator >::_left_wheel_type |
Definition at line 41 of file roboteq/Encoders.h.
typedef int32_t roboteq::Encoders_< ContainerAllocator >::_right_wheel_type |
Definition at line 44 of file roboteq/Encoders.h.
typedef float roboteq::Encoders_< ContainerAllocator >::_time_delta_type |
Definition at line 38 of file roboteq/Encoders.h.
typedef boost::shared_ptr< ::roboteq::Encoders_<ContainerAllocator> const> roboteq::Encoders_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file roboteq/Encoders.h.
typedef boost::shared_ptr< ::roboteq::Encoders_<ContainerAllocator> > roboteq::Encoders_< ContainerAllocator >::Ptr |
Definition at line 48 of file roboteq/Encoders.h.
typedef Encoders_<ContainerAllocator> roboteq::Encoders_< ContainerAllocator >::Type |
Definition at line 22 of file roboteq/Encoders.h.
roboteq::Encoders_< ContainerAllocator >::Encoders_ | ( | ) | [inline] |
Definition at line 24 of file roboteq/Encoders.h.
roboteq::Encoders_< ContainerAllocator >::Encoders_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file roboteq/Encoders.h.
boost::shared_ptr<std::map<std::string, std::string> > roboteq::Encoders_< ContainerAllocator >::__connection_header |
Definition at line 50 of file roboteq/Encoders.h.
int32_t roboteq::Encoders_< ContainerAllocator >::left_wheel |
Definition at line 42 of file roboteq/Encoders.h.
int32_t roboteq::Encoders_< ContainerAllocator >::right_wheel |
Definition at line 45 of file roboteq/Encoders.h.
float roboteq::Encoders_< ContainerAllocator >::time_delta |
Definition at line 39 of file roboteq/Encoders.h.