fsfw update and gomspace handler doc crossref
This commit is contained in:
parent
2604876d0e
commit
677963a528
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit 4b248740f326b3329c417f3050e0f1cb9c472fd5
|
||||
Subproject commit fbbc640f4dfcc17f07e2c5e0e827bf150335226f
|
@ -7,10 +7,13 @@
|
||||
/**
|
||||
* @brief This is the device handler class for all gomspace devices.
|
||||
*
|
||||
* @details All gomspace devices are similar with respect to commanding. Thus
|
||||
* most of the functionality to 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.
|
||||
* @details
|
||||
* All gomspace devices are similar with respect to commanding. Thusmost of the functionality to
|
||||
* 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.
|
||||
*
|
||||
* Flight manual:
|
||||
* https://egit.irs.uni-stuttgart.de/redmine/projects/eive-flight-manual/wiki/Gomspace_PCDU_P60_System
|
||||
*/
|
||||
class GomspaceDeviceHandler: public DeviceHandlerBase {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user