APM:Libraries
AP_IRLock.h
Go to the documentation of this file.
1 /*
2  * AP_IRLock.h
3  *
4  * Created on: Nov 10, 2014
5  * Author: MLandes
6  */
7 
8 // @file AP_IRLock.h
9 // @brief Catch-all headerthat defines all supported irlock classes.
10 
11 #include "IRLock.h"
12 #include "AP_IRLock_I2C.h"
13 
14 #if CONFIG_HAL_BOARD == HAL_BOARD_SITL
15 #include "AP_IRLock_SITL.h"
16 #endif