WXP C++ Library Version 6.74.9
|
This struct holds the raw RCM data to be decoded. More...
#include "../include/RcmRawData.h"
Public Attributes | |
char | data [5000] |
int | len |
char | id [10] |
This struct holds the raw RCM data to be decoded.
char WXP::RcmRawData::data[5000] |
Raw data
Referenced by WXP::RcmFile::decode(), and WXP::RcmFile::read().
char WXP::RcmRawData::id[10] |
Site identifier
Referenced by WXP::RcmFile::decode(), WXP::RcmPlot::draw(), and WXP::RcmFile::read().
int WXP::RcmRawData::len |
Length of data
Referenced by WXP::RcmFile::decode(), and WXP::RcmFile::read().