1
0
forked from fsfw/fsfw

added health subservices

This commit is contained in:
2020-10-10 18:09:04 +02:00
parent 01e7a98425
commit b9c7d1bd3f
5 changed files with 54 additions and 31 deletions

View File

@ -5,10 +5,10 @@
#include "../../serialize/SerializeIF.h"
#include "../../health/HasHealthIF.h"
class HealthCommand: public SerialLinkedListAdapter<SerializeIF> { //!< [EXPORT] : [SUBSERVICE] 1
class HealthSetCommand: public SerialLinkedListAdapter<SerializeIF> { //!< [EXPORT] : [SUBSERVICE] 1
public:
HealthCommand() {
HealthSetCommand() {
setLinks();
}