prepared pr
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
#include "GpsDummy.h"
|
||||
|
||||
GpsDummy::GpsDummy() {
|
||||
}
|
||||
|
||||
GpsDummy::~GpsDummy() {
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
#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_ */
|
Reference in New Issue
Block a user