6 #ifndef SWIFT_MISC_SIMULATION_DATA_LASTMODEL_H
7 #define SWIFT_MISC_SIMULATION_DATA_LASTMODEL_H
12 namespace swift::misc::simulation::data
18 static const char *
key() {
return "lastaircraftmodel"; }
23 static const QString name(
"Own aircraft model");
Base class for traits to be used as template argument to swift::misc::CData.
static const QString & humanReadable()
Optional human readable name.
static const char * key()
Key string of the value. Reimplemented in derived class.