ardupilot/libraries/AP_LeakDetector/AP_LeakDetector_Backend.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
223 B
C++
Raw Normal View History

#include "AP_LeakDetector_Backend.h"
AP_LeakDetector_Backend::AP_LeakDetector_Backend(AP_LeakDetector &_leak_detector, AP_LeakDetector::LeakDetector_State &_state) :
leak_detector(_leak_detector),
state(_state)
{}