#include <Calibration.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _path_type |
typedef boost::shared_ptr < ::cyberglove::CalibrationRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::cyberglove::CalibrationRequest_ < ContainerAllocator > > | Ptr |
typedef CalibrationRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
CalibrationRequest_ () | |
CalibrationRequest_ (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 > | path |
Definition at line 25 of file Calibration.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cyberglove::CalibrationRequest_< ContainerAllocator >::_path_type |
Definition at line 38 of file Calibration.h.
typedef boost::shared_ptr< ::cyberglove::CalibrationRequest_<ContainerAllocator> const> cyberglove::CalibrationRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file Calibration.h.
typedef boost::shared_ptr< ::cyberglove::CalibrationRequest_<ContainerAllocator> > cyberglove::CalibrationRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file Calibration.h.
typedef CalibrationRequest_<ContainerAllocator> cyberglove::CalibrationRequest_< ContainerAllocator >::Type |
Definition at line 26 of file Calibration.h.
cyberglove::CalibrationRequest_< ContainerAllocator >::CalibrationRequest_ | ( | ) | [inline] |
Definition at line 28 of file Calibration.h.
cyberglove::CalibrationRequest_< ContainerAllocator >::CalibrationRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file Calibration.h.
boost::shared_ptr<std::map<std::string, std::string> > cyberglove::CalibrationRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file Calibration.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > cyberglove::CalibrationRequest_< ContainerAllocator >::path |
Definition at line 39 of file Calibration.h.