5#include <WXP/Convert.h>
6#include <WXP/SfcData.h>
7#include <WXP/SfcWmoData.h>
15 static inline float decodeSlp(
float f1 ){
16 return f1>500?f1/10+900:(f1>=0?f1/10+1000:
Const::MISS); }
17 static inline float decodeAlt(
float f1 ){
18 return f1>500?f1/100+20:(f1>=0?f1/100+30:
Const::MISS); }
19 static inline float decodeAltmb(
float f1 ){
static const int MISS
Definition Const.h:7
static float MBtoIN(float p)
Definition Convert.h:40
This class stores surface data.
Definition SfcData.h:12
This class hold information about raw surface reports (METAR, SAO).
Definition SfcWmoData.h:8
All WXP classes fall under the WXP namespace.
Definition Angle.h:4