![]() |
JSBSim Flight Dynamics Model 1.3.0 (09 Apr 2026)
An Open Source Flight Dynamics and Control Software Library in C++
|
Utility function for creation of a child property node using a relative path. More...
Namespaces | |
| namespace | props |
| Property value types. | |
Functions | |
| template<typename StringType > | |
| SGPropertyNode * | makeNode (SGPropertyNode *parent, const StringType &name) |
| template<typename T > | |
| T | parseString (const std::string &str) |
| Parse a string as an object of a given type. | |
| template<typename T > | |
| std::istream & | readFrom (std::istream &stream, T &result) |
Utility function for creation of a child property node using a relative path.
|
inline |
|
inline |