This object stores BUFR data. More...
#include "../include/BufrData.h"
Public Types | |
| enum | Type { STRING, NUMBER, VALUE, CODE, FLAG, LOOP, MODIFY } |
Public Member Functions | |
| int | init () |
| int | getMajor () |
| int | getMinor () |
| const char * | getName () |
| const char * | getUnit () |
| int | getType () |
| const char * | getStr () |
| int | getCode () |
| int | getNumber () |
| float | getValue () |
| int | print () |
Public Attributes | |
| int | maj |
| int | min |
| char | name [41] |
| char | unit [21] |
| int | type |
| char | str [200] |
| int | data |
| float | value |
This object stores BUFR data.
| int WXP::BufrData::getCode | ( | ) | [inline] |
Gets parameter string
| int WXP::BufrData::getMinor | ( | ) | [inline] |
Gets parameter major number
| const char* WXP::BufrData::getName | ( | ) | [inline] |
Gets parameter minor number
| int WXP::BufrData::getNumber | ( | ) | [inline] |
Gets parameter code
| const char* WXP::BufrData::getStr | ( | ) | [inline] |
Gets parameter type
| int WXP::BufrData::getType | ( | ) | [inline] |
Gets parameter units
| const char* WXP::BufrData::getUnit | ( | ) | [inline] |
Gets parameter name
| float WXP::BufrData::getValue | ( | ) | [inline] |
Gets parameter number
| int BufrData::print | ( | ) |
Gets parameter value
1.6.1