#include <ParamMsg.h>
Public Types | |
enum | { PRIOR = 0 } |
enum | { PARAM = 1 } |
enum | { EVAL = 2 } |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef uint8_t | _type_type |
typedef double | _value_type |
typedef boost::shared_ptr < ::articulation_msgs::ParamMsg_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::articulation_msgs::ParamMsg_ < ContainerAllocator > > | Ptr |
typedef ParamMsg_ < ContainerAllocator > | Type |
Public Member Functions | |
ParamMsg_ () | |
ParamMsg_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
uint8_t | type |
double | value |
Definition at line 21 of file ParamMsg.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > articulation_msgs::ParamMsg_< ContainerAllocator >::_name_type |
Definition at line 38 of file ParamMsg.h.
typedef uint8_t articulation_msgs::ParamMsg_< ContainerAllocator >::_type_type |
Definition at line 44 of file ParamMsg.h.
typedef double articulation_msgs::ParamMsg_< ContainerAllocator >::_value_type |
Definition at line 41 of file ParamMsg.h.
typedef boost::shared_ptr< ::articulation_msgs::ParamMsg_<ContainerAllocator> const> articulation_msgs::ParamMsg_< ContainerAllocator >::ConstPtr |
Definition at line 52 of file ParamMsg.h.
typedef boost::shared_ptr< ::articulation_msgs::ParamMsg_<ContainerAllocator> > articulation_msgs::ParamMsg_< ContainerAllocator >::Ptr |
Definition at line 51 of file ParamMsg.h.
typedef ParamMsg_<ContainerAllocator> articulation_msgs::ParamMsg_< ContainerAllocator >::Type |
Definition at line 22 of file ParamMsg.h.
anonymous enum |
Definition at line 47 of file ParamMsg.h.
anonymous enum |
Definition at line 48 of file ParamMsg.h.
anonymous enum |
Definition at line 49 of file ParamMsg.h.
articulation_msgs::ParamMsg_< ContainerAllocator >::ParamMsg_ | ( | ) | [inline] |
Definition at line 24 of file ParamMsg.h.
articulation_msgs::ParamMsg_< ContainerAllocator >::ParamMsg_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file ParamMsg.h.
boost::shared_ptr<std::map<std::string, std::string> > articulation_msgs::ParamMsg_< ContainerAllocator >::__connection_header |
Definition at line 53 of file ParamMsg.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > articulation_msgs::ParamMsg_< ContainerAllocator >::name |
Definition at line 39 of file ParamMsg.h.
uint8_t articulation_msgs::ParamMsg_< ContainerAllocator >::type |
Definition at line 45 of file ParamMsg.h.
double articulation_msgs::ParamMsg_< ContainerAllocator >::value |
Definition at line 42 of file ParamMsg.h.