eive-obsw/mission/system/objects/AcsSubsystem.h
Robin Mueller 6af7ccc6a2
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
need to fix all of these TODOs
2022-09-29 19:40:00 +02:00

14 lines
326 B
C++

#ifndef MISSION_SYSTEM_ACSSUBSYSTEM_H_
#define MISSION_SYSTEM_ACSSUBSYSTEM_H_
#include <fsfw/subsystem/Subsystem.h>
class AcsSubsystem : public Subsystem {
public:
AcsSubsystem(object_id_t setObjectId, uint32_t maxNumberOfSequences, uint32_t maxNumberOfTables);
private:
};
#endif /* MISSION_SYSTEM_ACSSUBSYSTEM_H_ */