eive-obsw/mission/system/power/epsModeTree.h
meggert 173ee62d39
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
connect pwr ctrl to eps
2023-09-28 12:00:04 +02:00

16 lines
324 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 EPS_SUBSYSTEM;
Subsystem& init();
} // namespace eps
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_EPSMODETREE_H_ */