#ifndef BSP_HOSTED_ACSDUMMIES_GPSDUMMY_H_ #define BSP_HOSTED_ACSDUMMIES_GPSDUMMY_H_ /** * @brief Dummy class to simulate sending of GPS data to ACS controller. */ class GpsDummy : public ExtendedControllerBase { public: GpsDummy(); virtual ~GpsDummy(); }; #endif /* BSP_HOSTED_ACSDUMMIES_GPSDUMMY_H_ */