separate branch for new system components
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
486fa9cae2
commit
9597e3868c
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit 19f8e41c7f2523d3684ebddd393e3a7700861328
|
||||
Subproject commit 123f2ff360e71228e1c0c786d80a4c93d7144a2e
|
@ -3,5 +3,4 @@ add_subdirectory(devices)
|
||||
add_subdirectory(utility)
|
||||
add_subdirectory(memory)
|
||||
add_subdirectory(tmtc)
|
||||
|
||||
|
||||
add_subdirectory(system)
|
||||
|
1
mission/system/AcsBoardAssembly.cpp
Normal file
1
mission/system/AcsBoardAssembly.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "AcsBoardAssembly.h"
|
8
mission/system/AcsBoardAssembly.h
Normal file
8
mission/system/AcsBoardAssembly.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_SYSTEM_ACSBOARDASSEMBLY_H_
|
||||
#define MISSION_SYSTEM_ACSBOARDASSEMBLY_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* MISSION_SYSTEM_ACSBOARDASSEMBLY_H_ */
|
1
mission/system/AcsSubsystem.cpp
Normal file
1
mission/system/AcsSubsystem.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "AcsSubsystem.h"
|
8
mission/system/AcsSubsystem.h
Normal file
8
mission/system/AcsSubsystem.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_SYSTEM_ACSSUBSYSTEM_H_
|
||||
#define MISSION_SYSTEM_ACSSUBSYSTEM_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* MISSION_SYSTEM_ACSSUBSYSTEM_H_ */
|
8
mission/system/CMakeLists.txt
Normal file
8
mission/system/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
target_sources(${LIB_EIVE_MISSION} PRIVATE
|
||||
AcsBoardAssembly.cpp
|
||||
AcsSubsystem.cpp
|
||||
TcsSubsystem.cpp
|
||||
EiveSystem.cpp
|
||||
ComSubsystem.cpp
|
||||
TcsSubsystem.cpp
|
||||
)
|
3
mission/system/ComSubsystem.cpp
Normal file
3
mission/system/ComSubsystem.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "ComSubsystem.h"
|
||||
|
||||
|
8
mission/system/ComSubsystem.h
Normal file
8
mission/system/ComSubsystem.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_SYSTEM_COMSUBSYSTEM_H_
|
||||
#define MISSION_SYSTEM_COMSUBSYSTEM_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* MISSION_SYSTEM_COMSUBSYSTEM_H_ */
|
2
mission/system/EiveSystem.cpp
Normal file
2
mission/system/EiveSystem.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include "EiveSystem.h"
|
||||
|
8
mission/system/EiveSystem.h
Normal file
8
mission/system/EiveSystem.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_SYSTEM_EIVESYSTEM_H_
|
||||
#define MISSION_SYSTEM_EIVESYSTEM_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* MISSION_SYSTEM_EIVESYSTEM_H_ */
|
2
mission/system/PayloadSubsystem.cpp
Normal file
2
mission/system/PayloadSubsystem.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include "PayloadSubsystem.h"
|
||||
|
8
mission/system/PayloadSubsystem.h
Normal file
8
mission/system/PayloadSubsystem.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_SYSTEM_PAYLOADSUBSYSTEM_H_
|
||||
#define MISSION_SYSTEM_PAYLOADSUBSYSTEM_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* MISSION_SYSTEM_PAYLOADSUBSYSTEM_H_ */
|
1
mission/system/TcsSubsystem.cpp
Normal file
1
mission/system/TcsSubsystem.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "TcsSubsystem.h"
|
8
mission/system/TcsSubsystem.h
Normal file
8
mission/system/TcsSubsystem.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_SYSTEM_TCSSUBSYSTEM_H_
|
||||
#define MISSION_SYSTEM_TCSSUBSYSTEM_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* MISSION_SYSTEM_TCSSUBSYSTEM_H_ */
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
||||
Subproject commit 6a78311239bdf78040e43ef217035fcaa2ab9f3b
|
||||
Subproject commit 7e24589184bb7bbd427c66ed55b3c29bbeba927f
|
Loading…
Reference in New Issue
Block a user