fsfw update and gomspace handler doc crossref
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: 4b248740f3...fbbc640f4d
@ -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:
|
||||||
|
Reference in New Issue
Block a user