![]() |
Avionics
Dropship Simulator
|
#include <InterfaceKit.h>
Classes | |
| struct | Input |
| struct | Output |
| struct | Sensor |
Public Attributes | |
| bool | ratiometric |
| bool | enable |
| int | serialno |
| std::string | friendlyName |
| std::vector< Sensor > | sensors |
| std::vector< Input > | inputs |
| std::vector< Output > | outputs |
Definition at line 8 of file InterfaceKit.h.
| bool Devices::InterfaceKitConfig::enable |
Definition at line 11 of file InterfaceKit.h.
| std::string Devices::InterfaceKitConfig::friendlyName |
Definition at line 13 of file InterfaceKit.h.
| std::vector<Input> Devices::InterfaceKitConfig::inputs |
Definition at line 40 of file InterfaceKit.h.
| std::vector<Output> Devices::InterfaceKitConfig::outputs |
Definition at line 51 of file InterfaceKit.h.
| bool Devices::InterfaceKitConfig::ratiometric |
Definition at line 10 of file InterfaceKit.h.
| std::vector<Sensor> Devices::InterfaceKitConfig::sensors |
Definition at line 29 of file InterfaceKit.h.
| int Devices::InterfaceKitConfig::serialno |
Definition at line 12 of file InterfaceKit.h.