WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::LclData Struct Reference

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
 

Detailed Description

This struct stores output of LCL calculation.

Author
Dan Vietor

Constructor & Destructor Documentation

◆ LclData()

LclData::LclData ( )

Constructor

References init().

Member Function Documentation

◆ getP()

float WXP::LclData::getP ( )
inline

Returns pressure

References p.

◆ getT()

float WXP::LclData::getT ( )
inline

Returns temperature

References t.

◆ init()

int LclData::init ( )

Initializes the object

References WXP::Const::MISS, p, and t.

Referenced by WXP::ParcelParams::init(), and LclData().

◆ print()

int LclData::print ( )

Prints the object parameters

References p, and t.

Member Data Documentation

◆ p

float WXP::LclData::p

◆ t

float WXP::LclData::t

temperature

Referenced by WXP::ParcelParams::calc(), getT(), init(), WXP::Calc::lcl(), and print().


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