31 #ifndef FGPROPERTYVALUE_H 32 #define FGPROPERTYVALUE_H 38 #include "FGParameter.h" 39 #include "input_output/FGPropertyManager.h" 45 #define ID_PROPERTYVALUE "$Id: FGPropertyValue.h,v 1.11 2013/09/27 19:43:01 jberndt Exp $" 73 double GetValue(
void)
const;
76 std::string GetName(
void)
const;
80 FGPropertyNode_ptr PropertyNode;
81 std::string PropertyName;
Represents a property value which can use late binding.
Class wrapper for property handling.
Represents various types of parameters.