MI - Fimex
Namespaces | Enumerations | Functions
CDMDataType.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 MetNoFimex
 

Enumerations

enum  MetNoFimex::CDMDataType {
  MetNoFimex::CDM_NAT = 0, MetNoFimex::CDM_CHAR, MetNoFimex::CDM_SHORT, MetNoFimex::CDM_INT,
  MetNoFimex::CDM_FLOAT, MetNoFimex::CDM_DOUBLE, MetNoFimex::CDM_STRING, MetNoFimex::CDM_UCHAR,
  MetNoFimex::CDM_USHORT, MetNoFimex::CDM_UINT, MetNoFimex::CDM_INT64, MetNoFimex::CDM_UINT64,
  MetNoFimex::CDM_STRINGS
}
 

Functions

CDMDataType MetNoFimex::string2datatype (const std::string &s)
 translate float/string/... to the appropriate CDMDataType More...
 
std::string MetNoFimex::datatype2string (CDMDataType type)