eive-obsw/mission/system/power/epsModeTree.h
meggert 634f6c6001
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
introduction of eps subsystem object
2023-09-13 14:34:10 +02:00

16 lines
320 B
C++

#ifndef MISSION_SYSTEM_TREE_EPSMODETREE_H_
#define MISSION_SYSTEM_TREE_EPSMODETREE_H_
#include <mission/system/power/EpsSubsystem.h>
namespace satsystem {
namespace eps {
extern EpsSubsystem SUBSYSTEM;
Subsystem& init();
} // namespace eps
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_EPSMODETREE_H_ */