started acs subsystem
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-04-25 13:36:11 +02:00
parent f9dd77b8ec
commit 0697cca88a
11 changed files with 183 additions and 16 deletions

View File

@ -0,0 +1,12 @@
#ifndef MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
#define MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
namespace satsystem {
namespace pl {
void init();
}
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_ */