#include <GetStatus.h>
Public Types | |
typedef double | _position_pan_type |
typedef double | _position_tilt_type |
typedef double | _velocity_pan_type |
typedef double | _velocity_tilt_type |
typedef boost::shared_ptr < ::amtec::GetStatusResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::amtec::GetStatusResponse_ < ContainerAllocator > > | Ptr |
typedef GetStatusResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
GetStatusResponse_ () | |
GetStatusResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | position_pan |
double | position_tilt |
double | velocity_pan |
double | velocity_tilt |
Definition at line 48 of file GetStatus.h.
typedef double amtec::GetStatusResponse_< ContainerAllocator >::_position_pan_type |
Definition at line 67 of file GetStatus.h.
typedef double amtec::GetStatusResponse_< ContainerAllocator >::_position_tilt_type |
Definition at line 70 of file GetStatus.h.
typedef double amtec::GetStatusResponse_< ContainerAllocator >::_velocity_pan_type |
Definition at line 73 of file GetStatus.h.
typedef double amtec::GetStatusResponse_< ContainerAllocator >::_velocity_tilt_type |
Definition at line 76 of file GetStatus.h.
typedef boost::shared_ptr< ::amtec::GetStatusResponse_<ContainerAllocator> const> amtec::GetStatusResponse_< ContainerAllocator >::ConstPtr |
Definition at line 81 of file GetStatus.h.
typedef boost::shared_ptr< ::amtec::GetStatusResponse_<ContainerAllocator> > amtec::GetStatusResponse_< ContainerAllocator >::Ptr |
Definition at line 80 of file GetStatus.h.
typedef GetStatusResponse_<ContainerAllocator> amtec::GetStatusResponse_< ContainerAllocator >::Type |
Definition at line 49 of file GetStatus.h.
amtec::GetStatusResponse_< ContainerAllocator >::GetStatusResponse_ | ( | ) | [inline] |
Definition at line 51 of file GetStatus.h.
amtec::GetStatusResponse_< ContainerAllocator >::GetStatusResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 59 of file GetStatus.h.
boost::shared_ptr<std::map<std::string, std::string> > amtec::GetStatusResponse_< ContainerAllocator >::__connection_header |
Definition at line 82 of file GetStatus.h.
double amtec::GetStatusResponse_< ContainerAllocator >::position_pan |
Definition at line 68 of file GetStatus.h.
double amtec::GetStatusResponse_< ContainerAllocator >::position_tilt |
Definition at line 71 of file GetStatus.h.
double amtec::GetStatusResponse_< ContainerAllocator >::velocity_pan |
Definition at line 74 of file GetStatus.h.
double amtec::GetStatusResponse_< ContainerAllocator >::velocity_tilt |
Definition at line 77 of file GetStatus.h.