$search
#include <ExperimentResult.h>
Public Types | |
typedef float | _best_time_type |
typedef int8_t | _grab_type |
typedef uint8_t | _result_type |
typedef float | _time_type |
typedef boost::shared_ptr < ::robot_booking::ExperimentResult_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::robot_booking::ExperimentResult_ < ContainerAllocator > > | Ptr |
typedef ExperimentResult_ < 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) |
ExperimentResult_ (const ContainerAllocator &_alloc) | |
ExperimentResult_ () | |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
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 |
float | best_time |
int8_t | grab |
uint8_t | result |
float | time |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 21 of file ExperimentResult.h.
typedef float robot_booking::ExperimentResult_< ContainerAllocator >::_best_time_type |
Definition at line 49 of file ExperimentResult.h.
typedef int8_t robot_booking::ExperimentResult_< ContainerAllocator >::_grab_type |
Definition at line 43 of file ExperimentResult.h.
typedef uint8_t robot_booking::ExperimentResult_< ContainerAllocator >::_result_type |
Definition at line 40 of file ExperimentResult.h.
typedef float robot_booking::ExperimentResult_< ContainerAllocator >::_time_type |
Definition at line 46 of file ExperimentResult.h.
typedef boost::shared_ptr< ::robot_booking::ExperimentResult_<ContainerAllocator> const> robot_booking::ExperimentResult_< ContainerAllocator >::ConstPtr |
Definition at line 111 of file ExperimentResult.h.
typedef boost::shared_ptr< ::robot_booking::ExperimentResult_<ContainerAllocator> > robot_booking::ExperimentResult_< ContainerAllocator >::Ptr |
Definition at line 110 of file ExperimentResult.h.
typedef ExperimentResult_<ContainerAllocator> robot_booking::ExperimentResult_< ContainerAllocator >::Type |
Definition at line 22 of file ExperimentResult.h.
robot_booking::ExperimentResult_< ContainerAllocator >::ExperimentResult_ | ( | ) | [inline] |
Definition at line 24 of file ExperimentResult.h.
robot_booking::ExperimentResult_< ContainerAllocator >::ExperimentResult_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file ExperimentResult.h.
ROS_DEPRECATED const std::string robot_booking::ExperimentResult_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 58 of file ExperimentResult.h.
ROS_DEPRECATED const std::string robot_booking::ExperimentResult_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 65 of file ExperimentResult.h.
ROS_DEPRECATED const std::string robot_booking::ExperimentResult_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 78 of file ExperimentResult.h.
static ROS_DEPRECATED const std::string robot_booking::ExperimentResult_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 56 of file ExperimentResult.h.
static const char* robot_booking::ExperimentResult_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 54 of file ExperimentResult.h.
static ROS_DEPRECATED const std::string robot_booking::ExperimentResult_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 63 of file ExperimentResult.h.
static const char* robot_booking::ExperimentResult_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 61 of file ExperimentResult.h.
static ROS_DEPRECATED const std::string robot_booking::ExperimentResult_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 76 of file ExperimentResult.h.
static const char* robot_booking::ExperimentResult_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 68 of file ExperimentResult.h.
virtual ROS_DEPRECATED uint8_t* robot_booking::ExperimentResult_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 90 of file ExperimentResult.h.
virtual ROS_DEPRECATED uint32_t robot_booking::ExperimentResult_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 100 of file ExperimentResult.h.
virtual ROS_DEPRECATED uint8_t* robot_booking::ExperimentResult_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 80 of file ExperimentResult.h.
boost::shared_ptr<std::map<std::string, std::string> > robot_booking::ExperimentResult_< ContainerAllocator >::__connection_header |
Definition at line 112 of file ExperimentResult.h.
float robot_booking::ExperimentResult_< ContainerAllocator >::best_time |
Definition at line 50 of file ExperimentResult.h.
int8_t robot_booking::ExperimentResult_< ContainerAllocator >::grab |
Definition at line 44 of file ExperimentResult.h.
uint8_t robot_booking::ExperimentResult_< ContainerAllocator >::result |
Definition at line 41 of file ExperimentResult.h.
float robot_booking::ExperimentResult_< ContainerAllocator >::time |
Definition at line 47 of file ExperimentResult.h.