#include <GNSSChannelStatus.h>
Public Types | |
enum | { STATUS_L1_IDLE = 0 } |
enum | { STATUS_L1_ACQUISITION = 1 } |
enum | { STATUS_L1_CODE_LOCK = 3 } |
enum | { STATUS_L1_PHASE_LOCK = 5 } |
enum | { STATUS_L2_IDLE = 6 } |
enum | { STATUS_L2_ACQUISITION = 8 } |
enum | { STATUS_L2_CODE_LOCK = 9 } |
enum | { STATUS_L2_PHASE_LOCK = 11 } |
typedef uint16_t | _status_type |
typedef float | _sv_azimuth_type |
typedef float | _sv_elevation_type |
typedef float | _sv_l1_snr_type |
typedef float | _sv_l2_snr_type |
typedef uint16_t | _sv_prn_type |
typedef boost::shared_ptr < ::applanix_msgs::GNSSChannelStatus_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::applanix_msgs::GNSSChannelStatus_ < ContainerAllocator > > | Ptr |
typedef GNSSChannelStatus_ < ContainerAllocator > | Type |
Public Member Functions | |
GNSSChannelStatus_ () | |
GNSSChannelStatus_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint16_t | status |
float | sv_azimuth |
float | sv_elevation |
float | sv_l1_snr |
float | sv_l2_snr |
uint16_t | sv_prn |
Definition at line 21 of file GNSSChannelStatus.h.
typedef uint16_t applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::_status_type |
Definition at line 47 of file GNSSChannelStatus.h.
typedef float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::_sv_azimuth_type |
Definition at line 50 of file GNSSChannelStatus.h.
typedef float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::_sv_elevation_type |
Definition at line 53 of file GNSSChannelStatus.h.
typedef float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::_sv_l1_snr_type |
Definition at line 56 of file GNSSChannelStatus.h.
typedef float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::_sv_l2_snr_type |
Definition at line 59 of file GNSSChannelStatus.h.
typedef uint16_t applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::_sv_prn_type |
Definition at line 44 of file GNSSChannelStatus.h.
typedef boost::shared_ptr< ::applanix_msgs::GNSSChannelStatus_<ContainerAllocator> const> applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::ConstPtr |
Definition at line 72 of file GNSSChannelStatus.h.
typedef boost::shared_ptr< ::applanix_msgs::GNSSChannelStatus_<ContainerAllocator> > applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::Ptr |
Definition at line 71 of file GNSSChannelStatus.h.
typedef GNSSChannelStatus_<ContainerAllocator> applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::Type |
Definition at line 22 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 62 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 63 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 64 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 65 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 66 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 67 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 68 of file GNSSChannelStatus.h.
anonymous enum |
Definition at line 69 of file GNSSChannelStatus.h.
applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::GNSSChannelStatus_ | ( | ) | [inline] |
Definition at line 24 of file GNSSChannelStatus.h.
applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::GNSSChannelStatus_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file GNSSChannelStatus.h.
boost::shared_ptr<std::map<std::string, std::string> > applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::__connection_header |
Definition at line 73 of file GNSSChannelStatus.h.
uint16_t applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::status |
Definition at line 48 of file GNSSChannelStatus.h.
float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::sv_azimuth |
Definition at line 51 of file GNSSChannelStatus.h.
float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::sv_elevation |
Definition at line 54 of file GNSSChannelStatus.h.
float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::sv_l1_snr |
Definition at line 57 of file GNSSChannelStatus.h.
float applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::sv_l2_snr |
Definition at line 60 of file GNSSChannelStatus.h.
uint16_t applanix_msgs::GNSSChannelStatus_< ContainerAllocator >::sv_prn |
Definition at line 45 of file GNSSChannelStatus.h.