FlightGear next
JSBSim::FGRealValue Class Reference

Represents a real value. More...

#include <FGRealValue.h>

Inherits JSBSim::FGParameter.

Public Member Functions

 FGRealValue (double val)
 
double GetValue (void) const override
 
std::string GetName (void) const override
 
bool IsConstant (void) const override
 
- Public Member Functions inherited from JSBSim::FGParameter
virtual ~FGParameter (void)
 
double getDoubleValue (void) const
 

Detailed Description

Represents a real value.

Author
Jon Berndt

Definition at line 57 of file FGRealValue.h.

Constructor & Destructor Documentation

◆ FGRealValue()

JSBSim::FGRealValue::FGRealValue ( double val)
inlineexplicit

Definition at line 61 of file FGRealValue.h.

Member Function Documentation

◆ GetName()

std::string JSBSim::FGRealValue::GetName ( void ) const
overridevirtual

Implements JSBSim::FGParameter.

Definition at line 43 of file FGRealValue.cpp.

◆ GetValue()

double JSBSim::FGRealValue::GetValue ( void ) const
inlineoverridevirtual

Implements JSBSim::FGParameter.

Definition at line 63 of file FGRealValue.h.

◆ IsConstant()

bool JSBSim::FGRealValue::IsConstant ( void ) const
inlineoverridevirtual

Reimplemented from JSBSim::FGParameter.

Definition at line 65 of file FGRealValue.h.


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