$search
#include <ComplexMessage.h>
Public Types | |
typedef uint8_t | _ind_type |
typedef uint8_t | _qux_type |
typedef std::vector < ::std_msgs::String_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::std_msgs::String_ < ContainerAllocator > >::other > | _w_type |
typedef boost::array< float, 4 > | _x_type |
typedef std::vector < ::test_roslisp::Foo_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_ < ContainerAllocator > >::other > | _y_type |
typedef std::vector < ::test_roslisp::Foo_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_ < ContainerAllocator > >::other > | _z_type |
typedef boost::shared_ptr < ::test_roslisp::ComplexMessage_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::test_roslisp::ComplexMessage_ < ContainerAllocator > > | Ptr |
typedef ComplexMessage_ < ContainerAllocator > | Type |
Public Member Functions | |
ROS_DEPRECATED const std::string | __getDataType () const |
ROS_DEPRECATED const std::string | __getMD5Sum () const |
ROS_DEPRECATED const std::string | __getMessageDefinition () const |
ComplexMessage_ (const ContainerAllocator &_alloc) | |
ComplexMessage_ () | |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_w_size () const |
ROS_DEPRECATED void | get_w_vec (std::vector< ::std_msgs::String_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::std_msgs::String_< ContainerAllocator > >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_x_size () const |
ROS_DEPRECATED uint32_t | get_y_size () const |
ROS_DEPRECATED void | get_y_vec (std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_z_size () const |
ROS_DEPRECATED void | get_z_vec (std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > &vec) const |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
ROS_DEPRECATED void | set_w_size (uint32_t size) |
ROS_DEPRECATED void | set_w_vec (const std::vector< ::std_msgs::String_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::std_msgs::String_< ContainerAllocator > >::other > &vec) |
ROS_DEPRECATED void | set_y_size (uint32_t size) |
ROS_DEPRECATED void | set_y_vec (const std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > &vec) |
ROS_DEPRECATED void | set_z_size (uint32_t size) |
ROS_DEPRECATED void | set_z_vec (const std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > &vec) |
Static Public Member Functions | |
static ROS_DEPRECATED const std::string | __s_getDataType () |
static ROS_DEPRECATED const std::string | __s_getMD5Sum () |
static ROS_DEPRECATED const std::string | __s_getMessageDefinition () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | ind |
uint8_t | qux |
std::vector < ::std_msgs::String_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::std_msgs::String_ < ContainerAllocator > >::other > | w |
boost::array< float, 4 > | x |
std::vector < ::test_roslisp::Foo_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_ < ContainerAllocator > >::other > | y |
std::vector < ::test_roslisp::Foo_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_ < ContainerAllocator > >::other > | z |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 24 of file ComplexMessage.h.
typedef uint8_t test_roslisp::ComplexMessage_< ContainerAllocator >::_ind_type |
Definition at line 64 of file ComplexMessage.h.
typedef uint8_t test_roslisp::ComplexMessage_< ContainerAllocator >::_qux_type |
Definition at line 61 of file ComplexMessage.h.
typedef std::vector< ::std_msgs::String_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::std_msgs::String_<ContainerAllocator> >::other > test_roslisp::ComplexMessage_< ContainerAllocator >::_w_type |
Definition at line 58 of file ComplexMessage.h.
typedef boost::array<float, 4> test_roslisp::ComplexMessage_< ContainerAllocator >::_x_type |
Definition at line 49 of file ComplexMessage.h.
typedef std::vector< ::test_roslisp::Foo_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_<ContainerAllocator> >::other > test_roslisp::ComplexMessage_< ContainerAllocator >::_y_type |
Definition at line 52 of file ComplexMessage.h.
typedef std::vector< ::test_roslisp::Foo_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_<ContainerAllocator> >::other > test_roslisp::ComplexMessage_< ContainerAllocator >::_z_type |
Definition at line 55 of file ComplexMessage.h.
typedef boost::shared_ptr< ::test_roslisp::ComplexMessage_<ContainerAllocator> const> test_roslisp::ComplexMessage_< ContainerAllocator >::ConstPtr |
Definition at line 157 of file ComplexMessage.h.
typedef boost::shared_ptr< ::test_roslisp::ComplexMessage_<ContainerAllocator> > test_roslisp::ComplexMessage_< ContainerAllocator >::Ptr |
Definition at line 156 of file ComplexMessage.h.
typedef ComplexMessage_<ContainerAllocator> test_roslisp::ComplexMessage_< ContainerAllocator >::Type |
Definition at line 25 of file ComplexMessage.h.
test_roslisp::ComplexMessage_< ContainerAllocator >::ComplexMessage_ | ( | ) | [inline] |
Definition at line 27 of file ComplexMessage.h.
test_roslisp::ComplexMessage_< ContainerAllocator >::ComplexMessage_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 38 of file ComplexMessage.h.
ROS_DEPRECATED const std::string test_roslisp::ComplexMessage_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 86 of file ComplexMessage.h.
ROS_DEPRECATED const std::string test_roslisp::ComplexMessage_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 93 of file ComplexMessage.h.
ROS_DEPRECATED const std::string test_roslisp::ComplexMessage_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 118 of file ComplexMessage.h.
static ROS_DEPRECATED const std::string test_roslisp::ComplexMessage_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 84 of file ComplexMessage.h.
static const char* test_roslisp::ComplexMessage_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 82 of file ComplexMessage.h.
static ROS_DEPRECATED const std::string test_roslisp::ComplexMessage_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 91 of file ComplexMessage.h.
static const char* test_roslisp::ComplexMessage_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 89 of file ComplexMessage.h.
static ROS_DEPRECATED const std::string test_roslisp::ComplexMessage_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 116 of file ComplexMessage.h.
static const char* test_roslisp::ComplexMessage_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 96 of file ComplexMessage.h.
virtual ROS_DEPRECATED uint8_t* test_roslisp::ComplexMessage_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 132 of file ComplexMessage.h.
ROS_DEPRECATED uint32_t test_roslisp::ComplexMessage_< ContainerAllocator >::get_w_size | ( | ) | const [inline] |
Definition at line 77 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::get_w_vec | ( | std::vector< ::std_msgs::String_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::std_msgs::String_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 79 of file ComplexMessage.h.
ROS_DEPRECATED uint32_t test_roslisp::ComplexMessage_< ContainerAllocator >::get_x_size | ( | ) | const [inline] |
Definition at line 68 of file ComplexMessage.h.
ROS_DEPRECATED uint32_t test_roslisp::ComplexMessage_< ContainerAllocator >::get_y_size | ( | ) | const [inline] |
Definition at line 69 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::get_y_vec | ( | std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 71 of file ComplexMessage.h.
ROS_DEPRECATED uint32_t test_roslisp::ComplexMessage_< ContainerAllocator >::get_z_size | ( | ) | const [inline] |
Definition at line 73 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::get_z_vec | ( | std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 75 of file ComplexMessage.h.
virtual ROS_DEPRECATED uint32_t test_roslisp::ComplexMessage_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 144 of file ComplexMessage.h.
virtual ROS_DEPRECATED uint8_t* test_roslisp::ComplexMessage_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 120 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::set_w_size | ( | uint32_t | size | ) | [inline] |
Definition at line 78 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::set_w_vec | ( | const std::vector< ::std_msgs::String_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::std_msgs::String_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 80 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::set_y_size | ( | uint32_t | size | ) | [inline] |
Definition at line 70 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::set_y_vec | ( | const std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 72 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::set_z_size | ( | uint32_t | size | ) | [inline] |
Definition at line 74 of file ComplexMessage.h.
ROS_DEPRECATED void test_roslisp::ComplexMessage_< ContainerAllocator >::set_z_vec | ( | const std::vector< ::test_roslisp::Foo_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_roslisp::Foo_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 76 of file ComplexMessage.h.
boost::shared_ptr<std::map<std::string, std::string> > test_roslisp::ComplexMessage_< ContainerAllocator >::__connection_header |
Definition at line 158 of file ComplexMessage.h.
uint8_t test_roslisp::ComplexMessage_< ContainerAllocator >::ind |
Definition at line 65 of file ComplexMessage.h.
uint8_t test_roslisp::ComplexMessage_< ContainerAllocator >::qux |
Definition at line 62 of file ComplexMessage.h.
std::vector< ::std_msgs::String_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::std_msgs::String_<ContainerAllocator> >::other > test_roslisp::ComplexMessage_< ContainerAllocator >::w |
Definition at line 59 of file ComplexMessage.h.
boost::array<float, 4> test_roslisp::ComplexMessage_< ContainerAllocator >::x |
Definition at line 50 of file ComplexMessage.h.
std::vector< ::test_roslisp::Foo_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_<ContainerAllocator> >::other > test_roslisp::ComplexMessage_< ContainerAllocator >::y |
Definition at line 53 of file ComplexMessage.h.
std::vector< ::test_roslisp::Foo_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::test_roslisp::Foo_<ContainerAllocator> >::other > test_roslisp::ComplexMessage_< ContainerAllocator >::z |
Definition at line 56 of file ComplexMessage.h.