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 {
|
2015-05-04 21:59:07 -03:00
|
|
|
class SITLUARTDriver;
|
|
|
|
class SITLScheduler;
|
|
|
|
class SITL_State;
|
|
|
|
class SITLEEPROMStorage;
|
|
|
|
class SITLAnalogIn;
|
|
|
|
class SITLRCInput;
|
|
|
|
class SITLRCOutput;
|
|
|
|
class ADCSource;
|
|
|
|
class RCInput;
|
|
|
|
class SITLUtil;
|
2012-12-11 21:30:12 -04:00
|
|
|
}
|
|
|
|
|
2015-05-04 03:15:12 -03:00
|
|
|
#endif // __AP_HAL_SITL_NAMESPACE_H__
|