JSBSim Flight Dynamics Model  1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
FGFunctionValue Class Reference

Detailed Description

Represents a property value on which a function is applied.

Author
Bertrand Coconnier

Definition at line 57 of file FGFunctionValue.h.

#include <FGFunctionValue.h>

+ Inheritance diagram for FGFunctionValue:
+ Collaboration diagram for FGFunctionValue:

Public Member Functions

 FGFunctionValue (FGPropertyNode *propNode, FGTemplateFunc *f)
 
 FGFunctionValue (std::string propName, FGPropertyManager *propertyManager, FGTemplateFunc *f)
 
std::string GetFullyQualifiedName (void) const override
 
std::string GetName (void) const override
 
std::string GetNameWithSign (void) const override
 
std::string GetPrintableName (void) const override
 
double GetValue (void) const override
 
- Public Member Functions inherited from FGPropertyValue
 FGPropertyValue (const std::string &propName, FGPropertyManager *propertyManager)
 
 FGPropertyValue (FGPropertyNode *propNode)
 
std::string GetName (void) const override
 
double GetValue (void) const override
 
bool IsConstant (void) const override
 
bool IsLateBound (void) const
 
void SetNode (FGPropertyNode *node)
 
void SetValue (double value)
 
- Public Member Functions inherited from FGParameter
double getDoubleValue (void) const
 

Additional Inherited Members

- Protected Member Functions inherited from FGPropertyValue
FGPropertyNodeGetNode (void) const
 

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