WXP::BufrData Class Reference

This object stores BUFR data. More...

#include "../include/BufrData.h"

List of all members.

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

Detailed Description

This object stores BUFR data.

Author:
Dan Vietor

Member Function Documentation

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


The documentation for this class was generated from the following files:

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1