#include <GroupState.h>
Public Types | |
typedef int32_t | _id_type |
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef int32_t | _parent_type |
typedef uint8_t | _state_type |
typedef std::shared_ptr< ::dynamic_reconfigure::GroupState_< ContainerAllocator > const > | ConstPtr |
typedef std::shared_ptr< ::dynamic_reconfigure::GroupState_< ContainerAllocator > > | Ptr |
typedef GroupState_< ContainerAllocator > | Type |
Public Member Functions | |
GroupState_ () | |
GroupState_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
_id_type | id |
_name_type | name |
_parent_type | parent |
_state_type | state |
Definition at line 23 of file GroupState.h.
typedef int32_t dynamic_reconfigure::GroupState_< ContainerAllocator >::_id_type |
Definition at line 49 of file GroupState.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamic_reconfigure::GroupState_< ContainerAllocator >::_name_type |
Definition at line 43 of file GroupState.h.
typedef int32_t dynamic_reconfigure::GroupState_< ContainerAllocator >::_parent_type |
Definition at line 52 of file GroupState.h.
typedef uint8_t dynamic_reconfigure::GroupState_< ContainerAllocator >::_state_type |
Definition at line 46 of file GroupState.h.
typedef std::shared_ptr< ::dynamic_reconfigure::GroupState_<ContainerAllocator> const> dynamic_reconfigure::GroupState_< ContainerAllocator >::ConstPtr |
Definition at line 59 of file GroupState.h.
typedef std::shared_ptr< ::dynamic_reconfigure::GroupState_<ContainerAllocator> > dynamic_reconfigure::GroupState_< ContainerAllocator >::Ptr |
Definition at line 58 of file GroupState.h.
typedef GroupState_<ContainerAllocator> dynamic_reconfigure::GroupState_< ContainerAllocator >::Type |
Definition at line 25 of file GroupState.h.
|
inline |
Definition at line 27 of file GroupState.h.
|
inline |
Definition at line 33 of file GroupState.h.
_id_type dynamic_reconfigure::GroupState_< ContainerAllocator >::id |
Definition at line 50 of file GroupState.h.
_name_type dynamic_reconfigure::GroupState_< ContainerAllocator >::name |
Definition at line 44 of file GroupState.h.
_parent_type dynamic_reconfigure::GroupState_< ContainerAllocator >::parent |
Definition at line 53 of file GroupState.h.
_state_type dynamic_reconfigure::GroupState_< ContainerAllocator >::state |
Definition at line 47 of file GroupState.h.