some more fsfw objects and stubs for unittesting

This commit is contained in:
2022-02-11 16:20:26 +01:00
parent f1249392cf
commit 587e9451ea
5 changed files with 62 additions and 34 deletions

View File

@ -7,7 +7,7 @@
class ThermalController : public ExtendedControllerBase {
public:
ThermalController(object_id_t objectId);
ThermalController(object_id_t objectId, object_id_t parentId);
ReturnValue_t perform();