$search
#include <PTZState.h>
Public Types | |
typedef int32_t | _pan_type |
typedef uint8_t | _relative_type |
typedef int32_t | _tilt_type |
typedef int32_t | _zoom_type |
typedef boost::shared_ptr < ::p2os_driver::PTZState_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::p2os_driver::PTZState_ < ContainerAllocator > > | Ptr |
typedef PTZState_ < 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) |
PTZState_ (const ContainerAllocator &_alloc) | |
PTZState_ () | |
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 |
int32_t | pan |
uint8_t | relative |
int32_t | tilt |
int32_t | zoom |
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 PTZState.h.
typedef int32_t p2os_driver::PTZState_< ContainerAllocator >::_pan_type |
Definition at line 40 of file PTZState.h.
typedef uint8_t p2os_driver::PTZState_< ContainerAllocator >::_relative_type |
Definition at line 49 of file PTZState.h.
typedef int32_t p2os_driver::PTZState_< ContainerAllocator >::_tilt_type |
Definition at line 43 of file PTZState.h.
typedef int32_t p2os_driver::PTZState_< ContainerAllocator >::_zoom_type |
Definition at line 46 of file PTZState.h.
typedef boost::shared_ptr< ::p2os_driver::PTZState_<ContainerAllocator> const> p2os_driver::PTZState_< ContainerAllocator >::ConstPtr |
Definition at line 110 of file PTZState.h.
typedef boost::shared_ptr< ::p2os_driver::PTZState_<ContainerAllocator> > p2os_driver::PTZState_< ContainerAllocator >::Ptr |
Definition at line 109 of file PTZState.h.
typedef PTZState_<ContainerAllocator> p2os_driver::PTZState_< ContainerAllocator >::Type |
Definition at line 22 of file PTZState.h.
p2os_driver::PTZState_< ContainerAllocator >::PTZState_ | ( | ) | [inline] |
Definition at line 24 of file PTZState.h.
p2os_driver::PTZState_< ContainerAllocator >::PTZState_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file PTZState.h.
ROS_DEPRECATED const std::string p2os_driver::PTZState_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 58 of file PTZState.h.
ROS_DEPRECATED const std::string p2os_driver::PTZState_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 65 of file PTZState.h.
ROS_DEPRECATED const std::string p2os_driver::PTZState_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 77 of file PTZState.h.
static ROS_DEPRECATED const std::string p2os_driver::PTZState_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 56 of file PTZState.h.
static const char* p2os_driver::PTZState_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 54 of file PTZState.h.
static ROS_DEPRECATED const std::string p2os_driver::PTZState_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 63 of file PTZState.h.
static const char* p2os_driver::PTZState_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 61 of file PTZState.h.
static ROS_DEPRECATED const std::string p2os_driver::PTZState_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 75 of file PTZState.h.
static const char* p2os_driver::PTZState_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 68 of file PTZState.h.
virtual ROS_DEPRECATED uint8_t* p2os_driver::PTZState_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 89 of file PTZState.h.
virtual ROS_DEPRECATED uint32_t p2os_driver::PTZState_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 99 of file PTZState.h.
virtual ROS_DEPRECATED uint8_t* p2os_driver::PTZState_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 79 of file PTZState.h.
boost::shared_ptr<std::map<std::string, std::string> > p2os_driver::PTZState_< ContainerAllocator >::__connection_header |
Definition at line 111 of file PTZState.h.
int32_t p2os_driver::PTZState_< ContainerAllocator >::pan |
Definition at line 41 of file PTZState.h.
uint8_t p2os_driver::PTZState_< ContainerAllocator >::relative |
Definition at line 50 of file PTZState.h.
int32_t p2os_driver::PTZState_< ContainerAllocator >::tilt |
Definition at line 44 of file PTZState.h.
int32_t p2os_driver::PTZState_< ContainerAllocator >::zoom |
Definition at line 47 of file PTZState.h.