WXP C++ Library Version 6.74.9
|
This struct stores extra AREA navigation data. More...
#include "../include/AreaNav.h"
Public Member Functions | |
AreaNav () | |
int | init () |
int | print () |
Public Attributes | |
char | type [4] |
int | param [20] |
int | npline |
int | npelem |
int | stdlat |
unsigned int | spacing |
int | nrmlon |
unsigned int | equrad |
unsigned int | eccent |
unsigned int | reserved [112] |
char | memo [32] |
This struct stores extra AREA navigation data.
AreaNav::AreaNav | ( | ) |
Constructor
References init().
int AreaNav::init | ( | ) |
Intializes the object
Referenced by AreaNav().
int AreaNav::print | ( | ) |
Prints object data
Referenced by WXP::AreaFile::printNav(), and WXP::AreaFile::readHeader().