source: trunk/FACT++/src/HeadersTemperature.h@ 19095

Last change on this file since 19095 was 15324, checked in by tbretz, 11 years ago
New program to readout the temp sensor of the power switch
File size: 249 bytes
Line 
1#ifndef FACT_HeadersTemperature
2#define FACT_HeadersTemperature
3
4namespace Temperature
5{
6 namespace State
7 {
8 enum states_t
9 {
10 kDisconnected = 1,
11 kConnected,
12 kValid
13 };
14 };
15};
16#endif
Note: See TracBrowser for help on using the repository browser.