comment block
This commit is contained in:
parent
80c3323553
commit
e39d6a8ec9
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
|
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Device handler for the Hyperion HT-GPS200 device
|
||||||
|
* @details
|
||||||
|
* Flight manual: https://egit.irs.uni-stuttgart.de/redmine/projects/eive-flight-manual/wiki/Hyperion_HT-GPS200
|
||||||
|
*/
|
||||||
class GPSHandler: public DeviceHandlerBase {
|
class GPSHandler: public DeviceHandlerBase {
|
||||||
public:
|
public:
|
||||||
GPSHandler(object_id_t objectId, object_id_t deviceCommunication,
|
GPSHandler(object_id_t objectId, object_id_t deviceCommunication,
|
||||||
@ -36,6 +41,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISSION_DEVICES_GPSHANDLER_H_ */
|
#endif /* MISSION_DEVICES_GPSHANDLER_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user