source: trunk/FACT++/src/HeadersLid.h@ 18995

Last change on this file since 18995 was 18125, checked in by tbretz, 10 years ago
Implemeneted a locked state which is initiated by an automatic lid close at nautical twilight.
File size: 416 bytes
Line 
1#ifndef FACT_HeadersLid
2#define FACT_HeadersLid
3
4namespace Lid
5{
6 namespace State
7 {
8 enum states_t
9 {
10 kDisconnected = 1,
11 kConnected,
12 kUnidentified,
13 kInconsistent,
14 kUnknown,
15 kPowerProblem,
16 kOvercurrent,
17 kClosed,
18 kOpen,
19 kMoving,
20 kLocked
21 };
22 };
23};
24#endif
Note: See TracBrowser for help on using the repository browser.