|
WXP C++ Library Version 6.74.9
|
This struct stores output of LCL calculation. More...
#include "../include/LclData.h"
Public Member Functions | |
| LclData () | |
| int | init () |
| float | getP () |
| float | getT () |
| int | print () |
Public Attributes | |
| float | p |
| float | t |
This struct stores output of LCL calculation.
| LclData::LclData | ( | ) |
Constructor
References init().
|
inline |
Returns pressure
References p.
|
inline |
Returns temperature
References t.
| int LclData::init | ( | ) |
Initializes the object
References WXP::Const::MISS, p, and t.
Referenced by WXP::ParcelParams::init(), and LclData().
| float WXP::LclData::p |
Pressure
Referenced by WXP::ParcelParams::calc(), getP(), init(), WXP::Calc::lcl(), WXP::Calc::lclPres(), and print().
| float WXP::LclData::t |
temperature
Referenced by WXP::ParcelParams::calc(), getT(), init(), WXP::Calc::lcl(), and print().