Robin Mueller
6af7ccc6a2
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
12 lines
203 B
C++
12 lines
203 B
C++
#include <fsfw/subsystem/modes/ModeDefinitions.h>
|
|
|
|
class Subsystem;
|
|
|
|
namespace satsystem {
|
|
|
|
extern Subsystem ACS_SUBSYSTEM;
|
|
|
|
void initAcsSubsystem(object_id_t satSystemObjId);
|
|
|
|
} // namespace satsystem
|