![]() |
JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
Base class for SGRawValue classes that holds no type information.
This allows some generic manipulation of the SGRawValue object.
#include <props.hxx>
Public Member Functions | |
virtual SGRaw * | clone () const =0 |
Create a new deep copy of this raw value. | |
virtual simgear::props::Type | getType () const =0 |
Get the type enumeration for the raw value. | |
|
pure virtual |
Create a new deep copy of this raw value.
The copy will contain its own version of the underlying value as well, and will be the same type.
|
pure virtual |
Get the type enumeration for the raw value.