![]() |
VR-Forces 4.0.4 Class Documentation
|
Classes | |
| struct | DtDfadAccRecord |
| struct | DtDfadDsiRecord |
| struct | DtDfadHeaderRecord |
Public Member Functions | |
| DtDfadHeader () | |
| virtual bool | read (FILE *f) |
| float | lon () |
| float | lat () |
Protected Member Functions | |
| virtual void | parse () |
| float | cvDmaLat (char dmaLat[]) |
| float | cvDmaLon (char dmaLon[]) |
Protected Attributes | |
| DtDfadHeaderRecord | myHeader |
| DtDfadDsiRecord | myDsi |
| DtDfadAccRecord | myAcc |
| float | myLat |
| float | myLon |
| virtual bool DtDfadHeader::read | ( | FILE * | f | ) | [virtual] |
| float DtDfadHeader::lon | ( | ) | [inline] |
| float DtDfadHeader::lat | ( | ) | [inline] |
| virtual void DtDfadHeader::parse | ( | ) | [protected, virtual] |
| float DtDfadHeader::cvDmaLat | ( | char | dmaLat[] | ) | [protected] |
| float DtDfadHeader::cvDmaLon | ( | char | dmaLon[] | ) | [protected] |
DtDfadHeaderRecord DtDfadHeader::myHeader [protected] |
DtDfadDsiRecord DtDfadHeader::myDsi [protected] |
DtDfadAccRecord DtDfadHeader::myAcc [protected] |
float DtDfadHeader::myLat [protected] |
float DtDfadHeader::myLon [protected] |