![]() |
Avionics
Dropship Simulator
|
#include <InterfaceKit.h>
Public Attributes | |
| bool | defined |
| std::string | guid |
| std::string | name |
| std::string | type |
| std::string | subtype |
| int | sensitivity |
| bool | inverse = false |
| float | bias = 0.0f |
| float * | ptrFloat = nullptr |
| Systems::Fault * | ptrFault = nullptr |
Definition at line 15 of file InterfaceKit.h.
| float Devices::InterfaceKitConfig::Sensor::bias = 0.0f |
Definition at line 24 of file InterfaceKit.h.
| bool Devices::InterfaceKitConfig::Sensor::defined |
Definition at line 17 of file InterfaceKit.h.
| std::string Devices::InterfaceKitConfig::Sensor::guid |
Definition at line 18 of file InterfaceKit.h.
| bool Devices::InterfaceKitConfig::Sensor::inverse = false |
Definition at line 23 of file InterfaceKit.h.
| std::string Devices::InterfaceKitConfig::Sensor::name |
Definition at line 19 of file InterfaceKit.h.
| Systems::Fault* Devices::InterfaceKitConfig::Sensor::ptrFault = nullptr |
Definition at line 26 of file InterfaceKit.h.
| float* Devices::InterfaceKitConfig::Sensor::ptrFloat = nullptr |
Definition at line 25 of file InterfaceKit.h.
| int Devices::InterfaceKitConfig::Sensor::sensitivity |
Definition at line 22 of file InterfaceKit.h.
| std::string Devices::InterfaceKitConfig::Sensor::subtype |
Definition at line 21 of file InterfaceKit.h.
| std::string Devices::InterfaceKitConfig::Sensor::type |
Definition at line 20 of file InterfaceKit.h.