APM:Libraries
AP_LeakDetector_Backend.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "AP_LeakDetector.h"
4 
6 public:
8 
9  // Each backend type must provide an implementation to read the sensor
10  virtual void read(void) = 0;
11 
12 protected:
15 };
AP_LeakDetector_Backend(AP_LeakDetector &_leak_detector, AP_LeakDetector::LeakDetector_State &_state)
virtual void read(void)=0
AP_LeakDetector::LeakDetector_State & state