INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         
gbxgarminacfr::RmcData Class Reference

Gps data structure. More...

#include <nmeamessages.h>

Inheritance diagram for gbxgarminacfr::RmcData:
Inheritance graph

List of all members.

Public Member Functions

DataType type () const
 Returns data type.

Public Attributes

int timeStampSec
int timeStampUsec
int utcTimeHrs
int utcTimeMin
double utcTimeSec
double latitude
 Latitude [degrees].
double longitude
 Longitude [degrees].
bool isValid
double headingTrue
 Heading/track/course with respect to true North [rad].
double headingMagnetic
 Heading/track/course with respect to magnetic North [rad].
double speed
 Horizontal velocity [metres/second].

Detailed Description

Gps data structure.


Member Data Documentation

bool gbxgarminacfr::RmcData::isValid

When false, means that the GPS unit can't make a valid measurement (so all data other than the timestamp is meaningless).

int gbxgarminacfr::RmcData::timeStampSec

Time (according to the computer clock) when data was measured. Number of seconds

int gbxgarminacfr::RmcData::timeStampUsec

Time (according to the computer clock) when data was measured. Number of microseconds

int gbxgarminacfr::RmcData::utcTimeHrs

UTC time (according to the GPS device), reference is Greenwich. Hour [0..23]

int gbxgarminacfr::RmcData::utcTimeMin

UTC time (according to the GPS device), reference is Greenwich. Minutes [0..59]

double gbxgarminacfr::RmcData::utcTimeSec

UTC time (according to the GPS device), reference is Greenwich. Seconds [0.0..59.9999(9)]


The documentation for this class was generated from the following file:
 

Generated for GearBox by  doxygen 1.4.5