![]() |
JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
Property value types. More...
Classes | |
struct | Compare |
struct | Hash |
struct | PropertyTraits |
Enumerations | |
enum | Type { NONE = 0 , ALIAS , BOOL , INT , LONG , FLOAT , DOUBLE , STRING , UNSPECIFIED , EXTENDED , VEC3D , VEC4D } |
The possible types of an SGPropertyNode. More... | |
Property value types.
enum Type |
The possible types of an SGPropertyNode.
Types that appear after EXTENDED are not stored in the SGPropertyNode itself.
Enumerator | |
---|---|
NONE | The node hasn't been assigned a value yet. |
ALIAS | The node "points" to another node. |
EXTENDED | The node's value is not stored in the property; the actual value and type is retrieved from an SGRawValue node. This type is never returned by
|
Definition at line 160 of file props.hxx.