APM:Libraries
AP_Baro_HIL.h
Go to the documentation of this file.
1 /*
2  dummy backend for HIL (and SITL). This doesn't actually need to do
3  any work, as setHIL() is in the frontend
4  */
5 #pragma once
6 
7 #include "AP_Baro_Backend.h"
8 
10 {
11 public:
13  void update(void);
14 
15 private:
16  uint8_t _instance;
17 };
void update(void)
AP_Baro_HIL(AP_Baro &baro)
Definition: AP_Baro_HIL.cpp:7
uint8_t _instance
Definition: AP_Baro_HIL.h:16
static AP_Baro baro
Definition: ModuleTest.cpp:18