fsfw update and gomspace handler doc crossref

This commit is contained in:
2021-06-15 15:37:37 +02:00
parent 2604876d0e
commit 677963a528
2 changed files with 8 additions and 5 deletions

2
fsfw

Submodule fsfw updated: 4b248740f3...fbbc640f4d

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: