2022-05-17 13:40:19 +02:00
|
|
|
target_sources(
|
|
|
|
${LIB_EIVE_MISSION}
|
|
|
|
PRIVATE GomspaceDeviceHandler.cpp
|
|
|
|
BpxBatteryHandler.cpp
|
|
|
|
Tmp1075Handler.cpp
|
2023-01-10 14:17:55 +01:00
|
|
|
PcduHandler.cpp
|
2022-05-17 13:40:19 +02:00
|
|
|
P60DockHandler.cpp
|
|
|
|
PDU1Handler.cpp
|
|
|
|
PDU2Handler.cpp
|
|
|
|
ACUHandler.cpp
|
2023-01-24 19:11:17 +01:00
|
|
|
SyrlinksHandler.cpp
|
2022-05-17 13:40:19 +02:00
|
|
|
Max31865PT1000Handler.cpp
|
2022-05-18 14:51:33 +02:00
|
|
|
Max31865EiveHandler.cpp
|
2022-10-19 18:52:16 +02:00
|
|
|
ImtqHandler.cpp
|
2022-05-17 13:40:19 +02:00
|
|
|
HeaterHandler.cpp
|
|
|
|
RadiationSensorHandler.cpp
|
2023-02-26 14:55:33 +01:00
|
|
|
GyrAdis1650XHandler.cpp
|
|
|
|
GyrL3gCustomHandler.cpp
|
2023-02-27 11:44:52 +01:00
|
|
|
MgmRm3100CustomHandler.cpp
|
|
|
|
MgmLis3CustomHandler.cpp
|
2022-05-17 13:40:19 +02:00
|
|
|
RwHandler.cpp
|
|
|
|
max1227.cpp
|
|
|
|
SusHandler.cpp
|
|
|
|
PayloadPcduHandler.cpp
|
2022-05-26 12:08:07 +02:00
|
|
|
SolarArrayDeploymentHandler.cpp
|
2023-01-27 18:38:36 +01:00
|
|
|
ScexDeviceHandler.cpp)
|
2022-06-21 16:44:14 +02:00
|
|
|
|
|
|
|
add_subdirectory(devicedefinitions)
|