FlightGear next
NMEA Namespace Reference

Namespaces

namespace  FLARM
 
namespace  GARMIN
 

Variables

const unsigned int GPRMC = (1<<0)
 
const unsigned int GPGGA = (1<<1)
 
const unsigned int GPGSA = (1<<2)
 
const unsigned int SET = (GPRMC|GPGGA|GPGSA)
 

Variable Documentation

◆ GPGGA

const unsigned int NMEA::GPGGA = (1<<1)

Definition at line 37 of file nmea.hxx.

◆ GPGSA

const unsigned int NMEA::GPGSA = (1<<2)

Definition at line 38 of file nmea.hxx.

◆ GPRMC

const unsigned int NMEA::GPRMC = (1<<0)

Definition at line 36 of file nmea.hxx.

◆ SET

const unsigned int NMEA::SET = (GPRMC|GPGGA|GPGSA)

Definition at line 40 of file nmea.hxx.