eive-obsw/bsp_hosted/acsDummies/GpsDummy.h
Jakob Meier d2f54f033f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
syrlinks
2022-04-04 14:58:35 +02:00

14 lines
314 B
C++

#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_ */