Robin Mueller
6af7ccc6a2
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
14 lines
316 B
C++
14 lines
316 B
C++
#ifndef MISSION_SYSTEM_EIVESYSTEM_H_
|
|
#define MISSION_SYSTEM_EIVESYSTEM_H_
|
|
|
|
#include <fsfw/subsystem/Subsystem.h>
|
|
|
|
class EiveSystem : public Subsystem {
|
|
public:
|
|
EiveSystem(object_id_t setObjectId, uint32_t maxNumberOfSequences, uint32_t maxNumberOfTables);
|
|
|
|
private:
|
|
};
|
|
|
|
#endif /* MISSION_SYSTEM_EIVESYSTEM_H_ */
|