WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
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 LclData().

◆ print()

int LclData::print ( )

Prints the object parameters

References p, and t.

Member Data Documentation

◆ p

float WXP::LclData::p

Pressure

Referenced by getP(), init(), WXP::Calc::lcl(), WXP::Calc::lclPres(), and print().

◆ t

float WXP::LclData::t

temperature

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


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