1
0
forked from fsfw/fsfw
Files
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
fsfw/thermal/tcsDefinitions.h
Ulrich Mohr 575f70ba03 updating code from Flying Laptop
This is the framework of Flying Laptop OBSW version A.13.0.
2018-07-12 16:29:32 +02:00

9 lines
136 B
C

#ifndef TCSDEFINITIONS_H_
#define TCSDEFINITIONS_H_
static const uint32_t INVALID_TEMPERATURE = 999;
#endif /* TCSDEFINITIONS_H_ */