APM:Libraries
|
#include <AP_Baro_HIL.h>
Public Member Functions | |
AP_Baro_HIL (AP_Baro &baro) | |
void | update (void) |
![]() | |
AP_Baro_Backend (AP_Baro &baro) | |
virtual | ~AP_Baro_Backend (void) |
virtual void | accumulate (void) |
virtual void | handle_baro_msg (float pressure, float temperature) |
void | backend_update (uint8_t instance) |
bool | pressure_ok (float press) |
uint32_t | get_error_count () const |
Private Attributes | |
uint8_t | _instance |
Additional Inherited Members | |
![]() | |
void | _copy_to_frontend (uint8_t instance, float pressure, float temperature) |
virtual void | update_healthy_flag (uint8_t instance) |
![]() | |
AP_Baro & | _frontend |
AP_HAL::Semaphore * | _sem |
float | _mean_pressure |
uint32_t | _error_count |
Definition at line 9 of file AP_Baro_HIL.h.
AP_Baro_HIL::AP_Baro_HIL | ( | AP_Baro & | baro | ) |
|
virtual |
Implements AP_Baro_Backend.
Definition at line 119 of file AP_Baro_HIL.cpp.
|
private |
Definition at line 16 of file AP_Baro_HIL.h.
Referenced by AP_Baro_HIL().