APM:Libraries
Public Member Functions | Private Attributes | Friends | List of all members
HALSITL::ADCSource Class Reference

#include <AnalogIn.h>

Inheritance diagram for HALSITL::ADCSource:
[legend]
Collaboration diagram for HALSITL::ADCSource:
[legend]

Public Member Functions

 ADCSource (SITL_State *sitlState, int16_t pin)
 
float read_average ()
 
float read_latest ()
 
void set_pin (uint8_t p)
 
float voltage_average ()
 
float voltage_latest ()
 
float voltage_average_ratiometric ()
 
void set_stop_pin (uint8_t pin)
 
void set_settle_time (uint16_t settle_time_ms)
 

Private Attributes

SITL_State_sitlState
 
int16_t _pin
 

Friends

class HALSITL::AnalogIn
 

Detailed Description

Definition at line 8 of file AnalogIn.h.

Constructor & Destructor Documentation

◆ ADCSource()

ADCSource::ADCSource ( SITL_State sitlState,
int16_t  pin 
)

Definition at line 12 of file AnalogIn.cpp.

Referenced by set_pin().

Here is the caller graph for this function:

Member Function Documentation

◆ read_average()

float ADCSource::read_average ( )
virtual

Implements AP_HAL::AnalogSource.

Definition at line 17 of file AnalogIn.cpp.

Referenced by voltage_average().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_latest()

float ADCSource::read_latest ( )
virtual

Implements AP_HAL::AnalogSource.

Definition at line 29 of file AnalogIn.cpp.

Referenced by read_average(), and voltage_latest().

Here is the caller graph for this function:

◆ set_pin()

void ADCSource::set_pin ( uint8_t  p)
virtual

Implements AP_HAL::AnalogSource.

Definition at line 61 of file AnalogIn.cpp.

Here is the call graph for this function:

◆ set_settle_time()

void HALSITL::ADCSource::set_settle_time ( uint16_t  settle_time_ms)
inlinevirtual

Implements AP_HAL::AnalogSource.

Definition at line 24 of file AnalogIn.h.

◆ set_stop_pin()

void HALSITL::ADCSource::set_stop_pin ( uint8_t  pin)
inlinevirtual

Implements AP_HAL::AnalogSource.

Definition at line 23 of file AnalogIn.h.

◆ voltage_average()

float ADCSource::voltage_average ( void  )
virtual

Implements AP_HAL::AnalogSource.

Definition at line 21 of file AnalogIn.cpp.

Referenced by voltage_average_ratiometric().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ voltage_average_ratiometric()

float HALSITL::ADCSource::voltage_average_ratiometric ( void  )
inlinevirtual

Implements AP_HAL::AnalogSource.

Definition at line 20 of file AnalogIn.h.

Here is the call graph for this function:

◆ voltage_latest()

float ADCSource::voltage_latest ( void  )
virtual

Implements AP_HAL::AnalogSource.

Definition at line 25 of file AnalogIn.cpp.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ HALSITL::AnalogIn

friend class HALSITL::AnalogIn
friend

Definition at line 10 of file AnalogIn.h.

Member Data Documentation

◆ _pin

int16_t HALSITL::ADCSource::_pin
private

Definition at line 28 of file AnalogIn.h.

Referenced by read_latest(), and set_pin().

◆ _sitlState

SITL_State* HALSITL::ADCSource::_sitlState
private

Definition at line 27 of file AnalogIn.h.

Referenced by read_latest(), and set_pin().


The documentation for this class was generated from the following files: