fsfw update and gomspace handler doc crossref

This commit is contained in:
Robin Müller 2021-06-15 15:37:37 +02:00
parent 2604876d0e
commit 677963a528
No known key found for this signature in database
GPG Key ID: 9C287E88FED11DF3
2 changed files with 8 additions and 5 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 4b248740f326b3329c417f3050e0f1cb9c472fd5 Subproject commit fbbc640f4dfcc17f07e2c5e0e827bf150335226f

View File

@ -7,10 +7,13 @@
/** /**
* @brief This is the device handler class for all gomspace devices. * @brief This is the device handler class for all gomspace devices.
* *
* @details All gomspace devices are similar with respect to commanding. Thus * @details
* most of the functionality to command a gomspace device can be * All gomspace devices are similar with respect to commanding. Thusmost of the functionality to
* accommodated in one class. For device specific functions, a new * command a gomspace device can be accommodated in one class. For device specific functions, a new
* class could be created by inheriting from the GomspaceDeviceHandler. * class could be created by inheriting from the GomspaceDeviceHandler.
*
* Flight manual:
* https://egit.irs.uni-stuttgart.de/redmine/projects/eive-flight-manual/wiki/Gomspace_PCDU_P60_System
*/ */
class GomspaceDeviceHandler: public DeviceHandlerBase { class GomspaceDeviceHandler: public DeviceHandlerBase {
public: public: