#include <TestConstants.h>
Public Types | |
enum | { X = 123 } |
enum | { Y = -123 } |
enum | { Z = 124 } |
typedef boost::shared_ptr < ::test_rospy::TestConstants_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::test_rospy::TestConstants_ < ContainerAllocator > > | Ptr |
typedef TestConstants_ < 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 |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
TestConstants_ (const ContainerAllocator &_alloc) | |
TestConstants_ () | |
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 () |
Static Public Attributes | |
static const float | A = -123.0 |
static const float | B = 124.0 |
static const double | C = 125.0 |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | DOUBLEQUOTE = "\"hello\" there" |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | EMPTY = "" |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | EXAMPLE = "\"#comments\" are ignored, and leading and trailing whitespace removed" |
static const uint8_t | FALSE = False |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | FOO = "foo" |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | MULTIQUOTE = "\"hello\" 'goodbye'" |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | SINGLEQUOTE = "'hi" |
static const uint8_t | TRUE = True |
static const std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | WHITESPACE = "strip" |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 17 of file TestConstants.h.
typedef boost::shared_ptr< ::test_rospy::TestConstants_<ContainerAllocator> const> test_rospy::TestConstants_< ContainerAllocator >::ConstPtr |
Definition at line 100 of file TestConstants.h.
typedef boost::shared_ptr< ::test_rospy::TestConstants_<ContainerAllocator> > test_rospy::TestConstants_< ContainerAllocator >::Ptr |
Definition at line 99 of file TestConstants.h.
typedef TestConstants_<ContainerAllocator> test_rospy::TestConstants_< ContainerAllocator >::Type |
Definition at line 19 of file TestConstants.h.
anonymous enum |
Definition at line 32 of file TestConstants.h.
anonymous enum |
Definition at line 33 of file TestConstants.h.
anonymous enum |
Definition at line 34 of file TestConstants.h.
test_rospy::TestConstants_< ContainerAllocator >::TestConstants_ | ( | ) | [inline] |
Definition at line 21 of file TestConstants.h.
test_rospy::TestConstants_< ContainerAllocator >::TestConstants_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 25 of file TestConstants.h.
ROS_DEPRECATED const std::string test_rospy::TestConstants_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 50 of file TestConstants.h.
ROS_DEPRECATED const std::string test_rospy::TestConstants_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 57 of file TestConstants.h.
ROS_DEPRECATED const std::string test_rospy::TestConstants_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 79 of file TestConstants.h.
static ROS_DEPRECATED const std::string test_rospy::TestConstants_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 48 of file TestConstants.h.
static const char* test_rospy::TestConstants_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 46 of file TestConstants.h.
static ROS_DEPRECATED const std::string test_rospy::TestConstants_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 55 of file TestConstants.h.
static const char* test_rospy::TestConstants_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 53 of file TestConstants.h.
static ROS_DEPRECATED const std::string test_rospy::TestConstants_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 77 of file TestConstants.h.
static const char* test_rospy::TestConstants_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 60 of file TestConstants.h.
virtual ROS_DEPRECATED uint8_t* test_rospy::TestConstants_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 87 of file TestConstants.h.
virtual ROS_DEPRECATED uint32_t test_rospy::TestConstants_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 93 of file TestConstants.h.
virtual ROS_DEPRECATED uint8_t* test_rospy::TestConstants_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 81 of file TestConstants.h.
const float test_rospy::TestConstants_< ContainerAllocator >::A = -123.0 [inline, static] |
Definition at line 29 of file TestConstants.h.
const float test_rospy::TestConstants_< ContainerAllocator >::B = 124.0 [inline, static] |
Definition at line 30 of file TestConstants.h.
const double test_rospy::TestConstants_< ContainerAllocator >::C = 125.0 [inline, static] |
Definition at line 31 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::DOUBLEQUOTE = "\"hello\" there" [inline, static] |
Definition at line 37 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::EMPTY = "" [inline, static] |
Definition at line 41 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::EXAMPLE = "\"#comments\" are ignored, and leading and trailing whitespace removed" [inline, static] |
Definition at line 39 of file TestConstants.h.
const uint8_t test_rospy::TestConstants_< ContainerAllocator >::FALSE = False [inline, static] |
Definition at line 43 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::FOO = "foo" [inline, static] |
Definition at line 35 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::MULTIQUOTE = "\"hello\" 'goodbye'" [inline, static] |
Definition at line 38 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::SINGLEQUOTE = "'hi" [inline, static] |
Definition at line 36 of file TestConstants.h.
const uint8_t test_rospy::TestConstants_< ContainerAllocator >::TRUE = True [inline, static] |
Definition at line 42 of file TestConstants.h.
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_rospy::TestConstants_< ContainerAllocator >::WHITESPACE = "strip" [inline, static] |
Definition at line 40 of file TestConstants.h.