![]() |
JSBSim Flight Dynamics Model
1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
|
Represents a property value which can use late binding.
Definition at line 59 of file FGPropertyValue.h.
#include <FGPropertyValue.h>
Inheritance diagram for FGPropertyValue:
Collaboration diagram for FGPropertyValue:Public Member Functions | |
| FGPropertyValue (const std::string &propName, FGPropertyManager *propertyManager) | |
| FGPropertyValue (FGPropertyNode *propNode) | |
| virtual std::string | GetFullyQualifiedName (void) const |
| std::string | GetName (void) const override |
| virtual std::string | GetNameWithSign (void) const |
| virtual std::string | GetPrintableName (void) const |
| 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 |
Protected Member Functions | |
| FGPropertyNode * | GetNode (void) const |