JSBSim Flight Dynamics Model  1.2.0 (05 Nov 2023)
An Open Source Flight Dynamics and Control Software Library in C++
FGPropertyValue Class Reference

Detailed Description

Represents a property value which can use late binding.

Author
Jon Berndt, Anders Gidenstam

Definition at line 62 of file FGPropertyValue.h.

#include <FGPropertyValue.h>

+ Inheritance diagram for FGPropertyValue:
+ Collaboration diagram for FGPropertyValue:

Public Member Functions

 FGPropertyValue (const std::string &propName, std::shared_ptr< FGPropertyManager > propertyManager, Element *el)
 
 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

FGPropertyNodeGetNode (void) const
 

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