#include <AP_ADC.h>
Inherited by AP_ADC_ADS7844, and AP_ADC_HIL.
Public Member Functions | |
AP_ADC () | |
virtual void | Init () |
virtual int | Ch (unsigned char ch_num) |
Definition at line 19 of file AP_ADC.h.
AP_ADC::AP_ADC | ( | ) |
Definition at line 13 of file AP_ADC.cpp.
int AP_ADC::Ch | ( | unsigned char | ch_num | ) | [virtual] |
Reimplemented in AP_ADC_ADS7844, and AP_ADC_HIL.
Definition at line 21 of file AP_ADC.cpp.
void AP_ADC::Init | ( | void | ) | [virtual] |
Reimplemented in AP_ADC_ADS7844, and AP_ADC_HIL.
Definition at line 17 of file AP_ADC.cpp.