![]() |
JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
Represents a property value on which a function is applied.
Definition at line 57 of file FGFunctionValue.h.
#include <FGFunctionValue.h>
Inheritance diagram for FGFunctionValue:
Collaboration diagram for FGFunctionValue:Public Member Functions | |
| FGFunctionValue (SGPropertyNode *propNode, FGTemplateFunc_ptr f) | |
| FGFunctionValue (std::string propName, std::shared_ptr< FGPropertyManager > propertyManager, FGTemplateFunc_ptr f, Element *el) | |
| 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, std::shared_ptr< FGPropertyManager > propertyManager, Element *el) | |
| FGPropertyValue (SGPropertyNode *propNode) | |
| std::string | GetName (void) const override |
| double | GetValue (void) const override |
| bool | IsConstant (void) const override |
| bool | IsLateBound (void) const |
| void | SetNode (SGPropertyNode *node) |
| void | SetValue (double value) |
Public Member Functions inherited from FGParameter | |
| double | getDoubleValue (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from FGPropertyValue | |
| SGPropertyNode * | GetNode (void) const |
|
inline |
Definition at line 61 of file FGFunctionValue.h.
|
inline |
Definition at line 63 of file FGFunctionValue.h.
|
inlineoverridevirtual |
Reimplemented from FGPropertyValue.
Definition at line 78 of file FGFunctionValue.h.
|
inlineoverridevirtual |
Implements FGParameter.
Definition at line 69 of file FGFunctionValue.h.
|
inlineoverridevirtual |
Reimplemented from FGPropertyValue.
Definition at line 72 of file FGFunctionValue.h.
|
inlineoverridevirtual |
Reimplemented from FGPropertyValue.
Definition at line 75 of file FGFunctionValue.h.
|
inlineoverridevirtual |
Implements FGParameter.
Definition at line 67 of file FGFunctionValue.h.