test auto-initializers

This commit is contained in:
2022-07-26 18:46:28 +02:00
parent 1954ce0ea4
commit 8bf0fb9885
18 changed files with 215 additions and 52 deletions

View File

@ -18,7 +18,7 @@
namespace Factory {
void setStaticFrameworkObjectIds();
}
};
/**
* @brief This class is the basis for all PUS Services, which have to
@ -38,7 +38,7 @@ class CommandingServiceBase : public SystemObject,
public AcceptsTelecommandsIF,
public ExecutableObjectIF,
public HasReturnvaluesIF {
friend void(Factory::setStaticFrameworkObjectIds)();
friend void Factory::setStaticFrameworkObjectIds();
public:
// We could make this configurable via preprocessor and the FSFWConfig file.