meggert
634f6c6001
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
16 lines
320 B
C++
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_ */
|