AP_HAL_Linux: Update namespace and private

Add new interfaces for optical flow
This commit is contained in:
Julien BERAUD 2015-11-24 10:02:56 +01:00 committed by Andrew Tridgell
parent 83c50e12ca
commit f13cd00e59
2 changed files with 10 additions and 0 deletions

View File

@ -44,6 +44,11 @@ namespace Linux {
class ToneAlarm;
class Heat;
class HeatPwm;
class CameraSensor;
class CameraSensor_Mt9v117;
class VideoIn;
class OpticalFlow_Onboard;
class Flow_PX4;
}
#endif // __AP_HAL_LINUX_NAMESPACE_H__

View File

@ -36,6 +36,11 @@
#include "Util_RPI.h"
#include "Heat.h"
#include "Heat_Pwm.h"
#include "CameraSensor.h"
#include "CameraSensor_Mt9v117.h"
#include "VideoIn.h"
#include "OpticalFlow_Onboard.h"
#include "Flow_PX4.h"
#endif // __AP_HAL_LINUX_PRIVATE_H__