From e39d6a8ec972404a07b2618b44a0ff5a3576a56f Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 15 Jun 2021 13:40:58 +0200 Subject: [PATCH] comment block --- mission/devices/GPSHandler.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mission/devices/GPSHandler.h b/mission/devices/GPSHandler.h index 01a13591..ffcbdbc5 100644 --- a/mission/devices/GPSHandler.h +++ b/mission/devices/GPSHandler.h @@ -3,6 +3,11 @@ #include +/** + * @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 { public: GPSHandler(object_id_t objectId, object_id_t deviceCommunication, @@ -36,6 +41,4 @@ private: }; - - #endif /* MISSION_DEVICES_GPSHANDLER_H_ */