MAV'RIC
Public Member Functions
Adc Class Reference
Inheritance diagram for Adc:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool init (void)=0
 Hardware initialization.
virtual bool update (void)=0
 Update function.
virtual const float & voltage (void) const =0
 Get the voltage in volts.

Member Function Documentation

virtual bool Adc::init ( void  ) [pure virtual]

Hardware initialization.

Returns:
success

Implemented in Adc_avr32, and Adc_dummy.

virtual bool Adc::update ( void  ) [pure virtual]

Update function.

Returns:
success

Implemented in Adc_avr32, and Adc_dummy.

Here is the caller graph for this function:

virtual const float& Adc::voltage ( void  ) const [pure virtual]

Get the voltage in volts.

Returns:
Value

Implemented in Adc_avr32, and Adc_dummy.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines