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:
2
fsfw
2
fsfw
Submodule fsfw updated: 19f8e41c7f...123f2ff360
@ -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
Submodule tmtc updated: 6a78311239...7e24589184
Reference in New Issue
Block a user