Avionics
Dropship Simulator
Devices::InterfaceKitConfig::Sensor Struct Reference

#include <InterfaceKit.h>

Collaboration diagram for Devices::InterfaceKitConfig::Sensor:
[legend]

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::FaultptrFault = nullptr
 

Detailed Description

Definition at line 15 of file InterfaceKit.h.

Member Data Documentation

◆ bias

float Devices::InterfaceKitConfig::Sensor::bias = 0.0f

Definition at line 24 of file InterfaceKit.h.

◆ defined

bool Devices::InterfaceKitConfig::Sensor::defined

Definition at line 17 of file InterfaceKit.h.

◆ guid

std::string Devices::InterfaceKitConfig::Sensor::guid

Definition at line 18 of file InterfaceKit.h.

◆ inverse

bool Devices::InterfaceKitConfig::Sensor::inverse = false

Definition at line 23 of file InterfaceKit.h.

◆ name

std::string Devices::InterfaceKitConfig::Sensor::name

Definition at line 19 of file InterfaceKit.h.

◆ ptrFault

Systems::Fault* Devices::InterfaceKitConfig::Sensor::ptrFault = nullptr

Definition at line 26 of file InterfaceKit.h.

◆ ptrFloat

float* Devices::InterfaceKitConfig::Sensor::ptrFloat = nullptr

Definition at line 25 of file InterfaceKit.h.

◆ sensitivity

int Devices::InterfaceKitConfig::Sensor::sensitivity

Definition at line 22 of file InterfaceKit.h.

◆ subtype

std::string Devices::InterfaceKitConfig::Sensor::subtype

Definition at line 21 of file InterfaceKit.h.

◆ type

std::string Devices::InterfaceKitConfig::Sensor::type

Definition at line 20 of file InterfaceKit.h.


The documentation for this struct was generated from the following file: