APM:Libraries
|
Public Attributes | |
struct { | |
bool choke:1 | |
bool ignition:1 | |
bool starter:1 | |
}; | |
uint8_t | value |
Definition at line 48 of file SIM_ICEngine.h.
struct { ... } |
bool SITL::ICEngine::state::choke |
Definition at line 50 of file SIM_ICEngine.h.
Referenced by SITL::ICEngine::update().
bool SITL::ICEngine::state::ignition |
Definition at line 51 of file SIM_ICEngine.h.
Referenced by SITL::ICEngine::update().
bool SITL::ICEngine::state::starter |
Definition at line 52 of file SIM_ICEngine.h.
Referenced by SITL::ICEngine::update().
uint8_t SITL::ICEngine::state::value |
Definition at line 54 of file SIM_ICEngine.h.
Referenced by SITL::ICEngine::update().