![]() |
JSBSim Flight Dynamics Model 1.2.2 (22 Mar 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>
Public Member Functions | |
FGFunctionValue (FGPropertyNode *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 |
![]() | |
FGPropertyValue (const std::string &propName, std::shared_ptr< FGPropertyManager > propertyManager, Element *el) | |
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) |
![]() | |
double | getDoubleValue (void) const |
Additional Inherited Members | |
![]() | |
FGPropertyNode * | 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.