JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
FGPropertyNode Member List

This is the complete list of members for FGPropertyNode, including all inherited members.

GetBool(const std::string &name, bool defaultValue=false) constFGPropertyNode
GetDouble(const std::string &name, double defaultValue=0.0) constFGPropertyNode
GetFloat(const std::string &name, float defaultValue=0.0) constFGPropertyNode
GetFullyQualifiedName(void) constFGPropertyNode
GetInt(const std::string &name, int defaultValue=0) constFGPropertyNode
GetLong(const std::string &name, long defaultValue=0L) constFGPropertyNode
GetName(void) constFGPropertyNode
GetNode(const std::string &path, bool create=false)FGPropertyNode
GetNode(const std::string &relpath, int index, bool create=false) (defined in FGPropertyNode)FGPropertyNode
GetPrintableName(void) constFGPropertyNode
GetRelativeName(const std::string &path="/fdm/jsbsim/") constFGPropertyNode
GetString(const std::string &name, std::string defaultValue="") constFGPropertyNode
HasNode(const std::string &path)FGPropertyNode
SetArchivable(const std::string &name, bool state=true)FGPropertyNode
SetBool(const std::string &name, bool val)FGPropertyNode
SetDouble(const std::string &name, double val)FGPropertyNode
SetFloat(const std::string &name, float val)FGPropertyNode
SetInt(const std::string &name, int val)FGPropertyNode
SetLong(const std::string &name, long val)FGPropertyNode
SetReadable(const std::string &name, bool state=true)FGPropertyNode
SetString(const std::string &name, const std::string &val)FGPropertyNode
SetWritable(const std::string &name, bool state=true)FGPropertyNode
~FGPropertyNode(void)FGPropertyNodeinlinevirtual