2012-12-11 21:30:12 -04:00
|
|
|
|
2015-05-04 03:15:12 -03:00
|
|
|
#ifndef __AP_HAL_SITL_NAMESPACE_H__
|
|
|
|
#define __AP_HAL_SITL_NAMESPACE_H__
|
2012-12-11 21:30:12 -04:00
|
|
|
|
2015-05-04 03:15:12 -03:00
|
|
|
namespace HALSITL {
|
2012-12-11 21:30:12 -04:00
|
|
|
class SITLUARTDriver;
|
2012-12-12 18:04:27 -04:00
|
|
|
class SITLScheduler;
|
2012-12-13 18:57:01 -04:00
|
|
|
class SITL_State;
|
|
|
|
class SITLEEPROMStorage;
|
2012-12-17 23:56:21 -04:00
|
|
|
class SITLAnalogIn;
|
|
|
|
class SITLRCInput;
|
|
|
|
class SITLRCOutput;
|
2012-12-18 21:13:01 -04:00
|
|
|
class ADCSource;
|
2012-12-17 22:33:46 -04:00
|
|
|
class RCInput;
|
2012-12-18 21:13:01 -04:00
|
|
|
class SITLUtil;
|
2012-12-11 21:30:12 -04:00
|
|
|
}
|
|
|
|
|
2015-05-04 03:15:12 -03:00
|
|
|
#endif // __AP_HAL_SITL_NAMESPACE_H__
|