INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

gbxgarminacfr::Config Class Reference

Configuration structure. More...

#include <driver.h>

List of all members.

Public Member Functions

bool isValid (std::string &reason) const
 Returns true if the configuration is sane. Checks include:.
std::string toString () const
 Returns human-readable configuration description.

Public Attributes

std::string device
 Serial device. e.g. "/dev/ttyS0".
std::string protocol
 Serial Protocol: Garmin or NMEA.
bool readGga
 Read GPGGA sentence.
bool readVtg
 Read GPVTG sentence.
bool readRme
 Read PGRME sentence.
bool readRmc
 Read GPRMC sentence.
bool ignoreUnknown


Detailed Description

Configuration structure.

Member Data Documentation

Ignore unknown messages. This driver tries to turn off all messages and then explicitely enables the ones it understands. But with some devices this does not work and many messages types are received. When ignoreUnknown is set to TRUE the driver quietly ignores the messages it does not understand.

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


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

Generated for GearBox by  doxygen 1.4.5