INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         
gbxgarminacfr::VtgData Class Reference

Vector track and speed over ground data structure. More...

#include <nmeamessages.h>

Inheritance diagram for gbxgarminacfr::VtgData:
Inheritance graph

Public Member Functions

DataType type () const
 Returns data type.
 

Public Attributes

int timeStampSec
 
int timeStampUsec
 
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

Vector track and speed over ground data structure.

Member Data Documentation

◆ isValid

bool gbxgarminacfr::VtgData::isValid

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

Referenced by gbxgarminacfr::Driver::read().

◆ timeStampSec

int gbxgarminacfr::VtgData::timeStampSec

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

Referenced by gbxgarminacfr::Driver::read().

◆ timeStampUsec

int gbxgarminacfr::VtgData::timeStampUsec

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

Referenced by gbxgarminacfr::Driver::read().


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

Generated for GearBox by  doxygen 1.4.5