Avionics
Dropship Simulator
|
#include <InterfaceKit.h>
Public Attributes | |
bool | defined |
std::string | name |
std::string | guid |
float * | ptrFloat = nullptr |
Systems::Fault * | ptrFault = nullptr |
Definition at line 31 of file InterfaceKit.h.
bool Devices::InterfaceKitConfig::Input::defined |
Definition at line 33 of file InterfaceKit.h.
std::string Devices::InterfaceKitConfig::Input::guid |
Definition at line 35 of file InterfaceKit.h.
std::string Devices::InterfaceKitConfig::Input::name |
Definition at line 34 of file InterfaceKit.h.
Systems::Fault* Devices::InterfaceKitConfig::Input::ptrFault = nullptr |
Definition at line 37 of file InterfaceKit.h.
float* Devices::InterfaceKitConfig::Input::ptrFloat = nullptr |
Definition at line 36 of file InterfaceKit.h.