Public Types | Public Member Functions | Public Attributes
test_rosjava_jni::TestDataTypes_< ContainerAllocator > Struct Template Reference

#include <TestDataTypes.h>

List of all members.

Public Types

typedef int8_t _byte__type
typedef ::std_msgs::Byte_
< ContainerAllocator > 
_Byte__type
typedef boost::array< int8_t, 2 > _byte_f_type
typedef std::vector< int8_t,
typename
ContainerAllocator::template
rebind< int8_t >::other > 
_byte_v_type
typedef std::vector
< ::std_msgs::Byte_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind< ::std_msgs::Byte_
< ContainerAllocator >
>::other > 
_Byte_v_type
typedef
::std_msgs::ByteMultiArray_
< ContainerAllocator > 
_ByteMultiArray__type
typedef std::vector
< ::std_msgs::ByteMultiArray_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::std_msgs::ByteMultiArray_
< ContainerAllocator >
>::other > 
_ByteMultiArray_v_type
typedef uint8_t _char__type
typedef ros::Duration _duration__type
typedef float _float32__type
typedef double _float64__type
typedef boost::array< double, 2 > _float64_f_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_float64_v_type
typedef int16_t _int16__type
typedef int32_t _int32__type
typedef int64_t _int64__type
typedef int8_t _int8__type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_string__type
typedef boost::array
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >, 2 > 
_string_f_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_string_v_type
typedef ros::Time _time__type
typedef boost::array
< ros::Time, 2 > 
_time_f_type
typedef std::vector< ros::Time,
typename
ContainerAllocator::template
rebind< ros::Time >::other > 
_time_v_type
typedef uint16_t _uint16__type
typedef uint32_t _uint32__type
typedef uint64_t _uint64__type
typedef uint8_t _uint8__type
typedef boost::shared_ptr
< ::test_rosjava_jni::TestDataTypes_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::test_rosjava_jni::TestDataTypes_
< ContainerAllocator > > 
Ptr
typedef TestDataTypes_
< ContainerAllocator > 
Type

Public Member Functions

 TestDataTypes_ ()
 TestDataTypes_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
int8_t byte_
::std_msgs::Byte_
< ContainerAllocator > 
Byte_
boost::array< int8_t, 2 > byte_f
std::vector< int8_t, typename
ContainerAllocator::template
rebind< int8_t >::other > 
byte_v
std::vector< ::std_msgs::Byte_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind< ::std_msgs::Byte_
< ContainerAllocator >
>::other > 
Byte_v
::std_msgs::ByteMultiArray_
< ContainerAllocator > 
ByteMultiArray_
std::vector
< ::std_msgs::ByteMultiArray_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::std_msgs::ByteMultiArray_
< ContainerAllocator >
>::other > 
ByteMultiArray_v
uint8_t char_
ros::Duration duration_
float float32_
double float64_
boost::array< double, 2 > float64_f
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
float64_v
int16_t int16_
int32_t int32_
int64_t int64_
int8_t int8_
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
string_
boost::array
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >, 2 > 
string_f
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
string_v
ros::Time time_
boost::array< ros::Time, 2 > time_f
std::vector< ros::Time,
typename
ContainerAllocator::template
rebind< ros::Time >::other > 
time_v
uint16_t uint16_
uint32_t uint32_
uint64_t uint64_
uint8_t uint8_

Detailed Description

template<class ContainerAllocator>
struct test_rosjava_jni::TestDataTypes_< ContainerAllocator >

Definition at line 25 of file TestDataTypes.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_byte__type

Definition at line 95 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef ::std_msgs::Byte_<ContainerAllocator> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_Byte__type

Definition at line 164 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef boost::array<int8_t, 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_byte_f_type

Definition at line 143 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::vector<int8_t, typename ContainerAllocator::template rebind<int8_t>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_byte_v_type

Definition at line 140 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::vector< ::std_msgs::Byte_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::std_msgs::Byte_<ContainerAllocator> >::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_Byte_v_type

Definition at line 167 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef ::std_msgs::ByteMultiArray_<ContainerAllocator> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_ByteMultiArray__type

Definition at line 170 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::vector< ::std_msgs::ByteMultiArray_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::std_msgs::ByteMultiArray_<ContainerAllocator> >::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_ByteMultiArray_v_type

Definition at line 173 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef uint8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_char__type

Definition at line 98 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef ros::Duration test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_duration__type

Definition at line 137 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef float test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_float32__type

Definition at line 125 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef double test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_float64__type

Definition at line 128 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef boost::array<double, 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_float64_f_type

Definition at line 149 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_float64_v_type

Definition at line 146 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef int16_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_int16__type

Definition at line 110 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef int32_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_int32__type

Definition at line 116 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef int64_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_int64__type

Definition at line 122 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef int8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_int8__type

Definition at line 104 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_string__type

Definition at line 131 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef boost::array<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_string_f_type

Definition at line 155 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_string_v_type

Definition at line 152 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef ros::Time test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_time__type

Definition at line 134 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef boost::array<ros::Time, 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_time_f_type

Definition at line 161 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_time_v_type

Definition at line 158 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef uint16_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_uint16__type

Definition at line 107 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef uint32_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_uint32__type

Definition at line 113 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef uint64_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_uint64__type

Definition at line 119 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef uint8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::_uint8__type

Definition at line 101 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_rosjava_jni::TestDataTypes_<ContainerAllocator> const> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::ConstPtr

Definition at line 178 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_rosjava_jni::TestDataTypes_<ContainerAllocator> > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::Ptr

Definition at line 177 of file TestDataTypes.h.

template<class ContainerAllocator >
typedef TestDataTypes_<ContainerAllocator> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::Type

Definition at line 26 of file TestDataTypes.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
test_rosjava_jni::TestDataTypes_< ContainerAllocator >::TestDataTypes_ ( ) [inline]

Definition at line 28 of file TestDataTypes.h.

template<class ContainerAllocator >
test_rosjava_jni::TestDataTypes_< ContainerAllocator >::TestDataTypes_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 61 of file TestDataTypes.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::__connection_header

Definition at line 179 of file TestDataTypes.h.

template<class ContainerAllocator >
int8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::byte_

Definition at line 96 of file TestDataTypes.h.

template<class ContainerAllocator >
::std_msgs::Byte_<ContainerAllocator> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::Byte_

Definition at line 165 of file TestDataTypes.h.

template<class ContainerAllocator >
boost::array<int8_t, 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::byte_f

Definition at line 144 of file TestDataTypes.h.

template<class ContainerAllocator >
std::vector<int8_t, typename ContainerAllocator::template rebind<int8_t>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::byte_v

Definition at line 141 of file TestDataTypes.h.

template<class ContainerAllocator >
std::vector< ::std_msgs::Byte_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::std_msgs::Byte_<ContainerAllocator> >::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::Byte_v

Definition at line 168 of file TestDataTypes.h.

template<class ContainerAllocator >
::std_msgs::ByteMultiArray_<ContainerAllocator> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::ByteMultiArray_

Definition at line 171 of file TestDataTypes.h.

template<class ContainerAllocator >
std::vector< ::std_msgs::ByteMultiArray_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::std_msgs::ByteMultiArray_<ContainerAllocator> >::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::ByteMultiArray_v

Definition at line 174 of file TestDataTypes.h.

template<class ContainerAllocator >
uint8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::char_

Definition at line 99 of file TestDataTypes.h.

template<class ContainerAllocator >
ros::Duration test_rosjava_jni::TestDataTypes_< ContainerAllocator >::duration_

Definition at line 138 of file TestDataTypes.h.

template<class ContainerAllocator >
float test_rosjava_jni::TestDataTypes_< ContainerAllocator >::float32_

Definition at line 126 of file TestDataTypes.h.

template<class ContainerAllocator >
double test_rosjava_jni::TestDataTypes_< ContainerAllocator >::float64_

Definition at line 129 of file TestDataTypes.h.

template<class ContainerAllocator >
boost::array<double, 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::float64_f

Definition at line 150 of file TestDataTypes.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::float64_v

Definition at line 147 of file TestDataTypes.h.

template<class ContainerAllocator >
int16_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::int16_

Definition at line 111 of file TestDataTypes.h.

template<class ContainerAllocator >
int32_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::int32_

Definition at line 117 of file TestDataTypes.h.

template<class ContainerAllocator >
int64_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::int64_

Definition at line 123 of file TestDataTypes.h.

template<class ContainerAllocator >
int8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::int8_

Definition at line 105 of file TestDataTypes.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::string_

Definition at line 132 of file TestDataTypes.h.

template<class ContainerAllocator >
boost::array<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::string_f

Definition at line 156 of file TestDataTypes.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::string_v

Definition at line 153 of file TestDataTypes.h.

template<class ContainerAllocator >
ros::Time test_rosjava_jni::TestDataTypes_< ContainerAllocator >::time_

Definition at line 135 of file TestDataTypes.h.

template<class ContainerAllocator >
boost::array<ros::Time, 2> test_rosjava_jni::TestDataTypes_< ContainerAllocator >::time_f

Definition at line 162 of file TestDataTypes.h.

template<class ContainerAllocator >
std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_rosjava_jni::TestDataTypes_< ContainerAllocator >::time_v

Definition at line 159 of file TestDataTypes.h.

template<class ContainerAllocator >
uint16_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::uint16_

Definition at line 108 of file TestDataTypes.h.

template<class ContainerAllocator >
uint32_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::uint32_

Definition at line 114 of file TestDataTypes.h.

template<class ContainerAllocator >
uint64_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::uint64_

Definition at line 120 of file TestDataTypes.h.

template<class ContainerAllocator >
uint8_t test_rosjava_jni::TestDataTypes_< ContainerAllocator >::uint8_

Definition at line 102 of file TestDataTypes.h.


The documentation for this struct was generated from the following file:


test_rosjava_jni
Author(s): Jason Wolfe (jawolfe@willowgarage.com)
autogenerated on Thu Jan 2 2014 11:07:07