add new payload module #889

Merged
meggert merged 6 commits from payload-module into main 2024-04-22 09:32:30 +02:00
4 changed files with 3 additions and 2 deletions
Showing only changes of commit 6cc1d86018 - Show all commits

View File

@ -3,8 +3,9 @@ add_subdirectory(acs)
add_subdirectory(tcs)
add_subdirectory(com)
add_subdirectory(power)
add_subdirectory(payload)
target_sources(
${LIB_EIVE_MISSION}
PRIVATE systemTree.cpp DualLanePowerStateMachine.cpp EiveSystem.cpp
treeUtil.cpp SharedPowerAssemblyBase.cpp payloadModeTree.cpp)
treeUtil.cpp SharedPowerAssemblyBase.cpp)

2
tmtc

@ -1 +1 @@
Subproject commit c843356c8af22bf45a04c71c93813716c9d743ec
Subproject commit b160f079b104be5f43b76f4fdcd7a4321d09b4a7