This structure contains data for a specific upper air level. More...
#include "../include/UpaLevel.h"
Public Member Functions | |
| int | init () |
| int | update (UpaLevel &level) |
| int | print () |
Static Public Member Functions | |
| static bool | isMandatory (float p) |
| static int | getMandatoryIndex (float p) |
Public Attributes | |
| int | type |
| float | p |
| float | h |
| float | t |
| float | td |
| float | dir |
| float | spd |
Static Public Attributes | |
| static const int | NONE = 0 |
| static const int | MAN = 1 |
| static const int | SIG = 2 |
| static const int | WND = 3 |
| static const int | SFC = 0x04 |
| static const int | TROP = 0x10 |
| static const int | MWND = 0x20 |
| static const int | LCL = 0x40 |
This structure contains data for a specific upper air level.
1.6.1