#include <AP_ADC_HIL.h>
Inherits AP_ADC.
Public Member Functions | |
AP_ADC_HIL () | |
void | Init () |
int | Ch (unsigned char ch_num) |
int | setHIL (int16_t p, int16_t q, int16_t r, int16_t gyroTemp, int16_t aX, int16_t aY, int16_t aZ, int16_t diffPress) |
Definition at line 21 of file AP_ADC_HIL.h.
AP_ADC_HIL::AP_ADC_HIL | ( | ) |
Definition at line 23 of file AP_ADC_HIL.cpp.
int AP_ADC_HIL::Ch | ( | unsigned char | ch_num | ) | [virtual] |
Reimplemented from AP_ADC.
Definition at line 45 of file AP_ADC_HIL.cpp.
void AP_ADC_HIL::Init | ( | void | ) | [virtual] |
Reimplemented from AP_ADC.
Definition at line 40 of file AP_ADC_HIL.cpp.
int AP_ADC_HIL::setHIL | ( | int16_t | p, | |
int16_t | q, | |||
int16_t | r, | |||
int16_t | gyroTemp, | |||
int16_t | aX, | |||
int16_t | aY, | |||
int16_t | aZ, | |||
int16_t | diffPress | |||
) |
Definition at line 51 of file AP_ADC_HIL.cpp.