kpilot
pilotRecord.h File Reference
#include "pilot.h"
Include dependency graph for pilotRecord.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PilotRecord |
An "uninterpreted" representation of the bits comprising a HH record. More... | |
class | PilotRecordBase |
All entries in the Handheld -- whether interpreted or binary blobs -- have some common characteristics, viz. More... | |
Defines | |
#define | SETTER(a) |
Define Documentation
#define SETTER | ( | a | ) |
Value:
{\ if (d) { fAttrib |= a; } \ else { fAttrib &= ~a; } }
Definition at line 205 of file pilotRecord.h.