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 {
|
2016-01-10 02:23:32 -04:00
|
|
|
class UARTDriver;
|
|
|
|
class Scheduler;
|
2015-05-04 21:59:07 -03:00
|
|
|
class SITL_State;
|
2016-01-10 02:23:32 -04:00
|
|
|
class EEPROMStorage;
|
|
|
|
class AnalogIn;
|
|
|
|
class RCInput;
|
|
|
|
class RCOutput;
|
2015-05-04 21:59:07 -03:00
|
|
|
class ADCSource;
|
|
|
|
class RCInput;
|
2016-01-10 02:23:32 -04:00
|
|
|
class Util;
|
2015-12-20 16:33:11 -04:00
|
|
|
class Semaphore;
|
2012-12-11 21:30:12 -04:00
|
|
|
}
|
|
|
|
|
2015-05-04 03:15:12 -03:00
|
|
|
#endif // __AP_HAL_SITL_NAMESPACE_H__
|