APM:Libraries
|
#include <AnalogIn.h>
Public Member Functions | |
AnalogIn (SITL_State *sitlState) | |
void | init () |
AP_HAL::AnalogSource * | channel (int16_t n) |
float | board_voltage (void) |
![]() | |
virtual float | servorail_voltage (void) |
virtual uint16_t | power_status_flags (void) |
Private Attributes | |
SITL_State * | _sitlState |
Static Private Attributes | |
static ADCSource * | _channels [SITL_INPUT_MAX_CHANNELS] |
Definition at line 33 of file AnalogIn.h.
|
inlineexplicit |
|
inlinevirtual |
Implements AP_HAL::AnalogIn.
Definition at line 38 of file AnalogIn.h.
|
virtual |
Implements AP_HAL::AnalogIn.
Referenced by HALSITL::ADCSource::set_pin().
|
virtual |
Implements AP_HAL::AnalogIn.
Referenced by HALSITL::ADCSource::set_pin().
|
staticprivate |
Definition at line 42 of file AnalogIn.h.
|
private |
Definition at line 43 of file AnalogIn.h.