APM:Libraries
Classes | Macros
AP_LeakDetector.h File Reference
#include <AP_Param/AP_Param.h>
Include dependency graph for AP_LeakDetector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_LeakDetector
 
struct  AP_LeakDetector::LeakDetector_State
 

Macros

#define LEAKDETECTOR_MAX_INSTANCES   3
 
#define LEAKDETECTOR_COOLDOWN_MS   3000
 

Macro Definition Documentation

◆ LEAKDETECTOR_COOLDOWN_MS

#define LEAKDETECTOR_COOLDOWN_MS   3000

Definition at line 7 of file AP_LeakDetector.h.

Referenced by AP_LeakDetector::update().

◆ LEAKDETECTOR_MAX_INSTANCES

#define LEAKDETECTOR_MAX_INSTANCES   3

Definition at line 5 of file AP_LeakDetector.h.

Referenced by AP_LeakDetector::init(), and AP_LeakDetector::update().