FACT++  1.0
HeadersTemperature.h
Go to the documentation of this file.
1 #ifndef FACT_HeadersTemperature
2 #define FACT_HeadersTemperature
3 
4 namespace Temperature
5 {
6  namespace State
7  {
8  enum states_t
9  {
13  };
14  };
15 };
16 #endif