#include <JoyFeedback.h>
Public Types | |
| enum | { TYPE_LED = 0u } |
| enum | { TYPE_RUMBLE = 1u } |
| enum | { TYPE_BUZZER = 2u } |
| typedef uint8_t | _id_type |
| typedef float | _intensity_type |
| typedef uint8_t | _type_type |
| typedef std::shared_ptr< ::sensor_msgs::JoyFeedback_< ContainerAllocator > const > | ConstPtr |
| typedef std::shared_ptr< ::sensor_msgs::JoyFeedback_< ContainerAllocator > > | Ptr |
| typedef JoyFeedback_< ContainerAllocator > | Type |
Public Member Functions | |
| JoyFeedback_ () | |
| JoyFeedback_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| _id_type | id |
| _intensity_type | intensity |
| _type_type | type |
Definition at line 23 of file JoyFeedback.h.
| typedef uint8_t sensor_msgs::JoyFeedback_< ContainerAllocator >::_id_type |
Definition at line 44 of file JoyFeedback.h.
| typedef float sensor_msgs::JoyFeedback_< ContainerAllocator >::_intensity_type |
Definition at line 47 of file JoyFeedback.h.
| typedef uint8_t sensor_msgs::JoyFeedback_< ContainerAllocator >::_type_type |
Definition at line 41 of file JoyFeedback.h.
| typedef std::shared_ptr< ::sensor_msgs::JoyFeedback_<ContainerAllocator> const> sensor_msgs::JoyFeedback_< ContainerAllocator >::ConstPtr |
Definition at line 57 of file JoyFeedback.h.
| typedef std::shared_ptr< ::sensor_msgs::JoyFeedback_<ContainerAllocator> > sensor_msgs::JoyFeedback_< ContainerAllocator >::Ptr |
Definition at line 56 of file JoyFeedback.h.
| typedef JoyFeedback_<ContainerAllocator> sensor_msgs::JoyFeedback_< ContainerAllocator >::Type |
Definition at line 25 of file JoyFeedback.h.
| anonymous enum |
| Enumerator | |
|---|---|
| TYPE_LED | |
Definition at line 51 of file JoyFeedback.h.
| anonymous enum |
| Enumerator | |
|---|---|
| TYPE_RUMBLE | |
Definition at line 52 of file JoyFeedback.h.
| anonymous enum |
| Enumerator | |
|---|---|
| TYPE_BUZZER | |
Definition at line 53 of file JoyFeedback.h.
|
inline |
Definition at line 27 of file JoyFeedback.h.
|
inline |
Definition at line 32 of file JoyFeedback.h.
| _id_type sensor_msgs::JoyFeedback_< ContainerAllocator >::id |
Definition at line 45 of file JoyFeedback.h.
| _intensity_type sensor_msgs::JoyFeedback_< ContainerAllocator >::intensity |
Definition at line 48 of file JoyFeedback.h.
| _type_type sensor_msgs::JoyFeedback_< ContainerAllocator >::type |
Definition at line 42 of file JoyFeedback.h.