action
container
contrib
controller
coordinates
datalinklayer
datapool
defaultcfg
devicehandlers
events
fdir
globalfunctions
health
internalError
ipc
memory
modes
monitoring
objectmanager
osal
parameters
power
pus
returnvalues
rmap
serialize
serviceinterface
storagemanager
subsystem
tasks
tcdistribution
thermal
AbstractTemperatureSensor.cpp
AbstractTemperatureSensor.h
CoreComponent.cpp
CoreComponent.h
Heater.cpp
Heater.h
RedundantHeater.cpp
RedundantHeater.h
TemperatureSensor.h
ThermalComponent.cpp
ThermalComponent.h
ThermalComponentIF.h
ThermalModule.cpp
ThermalModule.h
ThermalModuleIF.h
ThermalMonitor.cpp
ThermalMonitor.h
tcsDefinitions.h
timemanager
tmstorage
tmtcpacket
tmtcservices
.gitignore
LICENSE
NOTICE
fsfw.mk
9 lines
136 B
C
9 lines
136 B
C
#ifndef TCSDEFINITIONS_H_
|
|
#define TCSDEFINITIONS_H_
|
|
|
|
|
|
static const uint32_t INVALID_TEMPERATURE = 999;
|
|
|
|
|
|
#endif /* TCSDEFINITIONS_H_ */
|