![]() |
JSBSim Flight Dynamics Model
1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
|
Represents a either a real value or a property value.
Definition at line 63 of file FGParameterValue.h.
#include <FGParameterValue.h>
Inheritance diagram for FGParameterValue:
Collaboration diagram for FGParameterValue:Public Member Functions | |
| FGParameterValue (const std::string &value, FGPropertyManager *pm) | |
| FGParameterValue (Element *el, FGPropertyManager *pm) | |
| std::string | GetName (void) const override |
| double | GetValue (void) const override |
| bool | IsConstant (void) const override |
| bool | IsLateBound (void) const |
Public Member Functions inherited from FGParameter | |
| double | getDoubleValue (void) const |