Update FSFW #24

Merged
muellerr merged 160 commits from mueller/master into master 2021-09-26 22:54:37 +02:00
7 changed files with 344 additions and 130 deletions
Showing only changes of commit 93fed4f751 - Show all commits

View File

@@ -78,7 +78,8 @@ class StorageManagerIF;
*
* @ingroup devices
*/
class DeviceHandlerBase: public DeviceHandlerIF,
class DeviceHandlerBase:
public DeviceHandlerIF,
public HasReturnvaluesIF,
public ExecutableObjectIF,
public SystemObject,