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 () const
std::string toString () const
 Returns human-readable configuration description.

Public Attributes

std::string device
 Serial device. e.g. "/dev/ttyS0".
bool readGga
 Read GPGGA sentence.
bool readVtg
 Read GPVTG sentence.
bool readRme
 Read PGRME sentence.
bool ignoreUnknown


Detailed Description

Configuration structure.


Member Function Documentation

bool Config::isValid (  )  const

Returns true if the configuration is sane. Checks include:

  • a non-empty device name
  • at least one read-sentence flag set to TRUE


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.


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

Generated for GearBox by  doxygen 1.4.5