neic-glass3  1.4.6
workstate.h
Go to the documentation of this file.
1 /*****************************************
2  * This file is documented for Doxygen.
3  * If you modify this file please update
4  * the comments so that Doxygen will still
5  * be able to work.
6  ****************************************/
13 #ifndef WORKSTATE_H
14 #define WORKSTATE_H
15 
16 namespace glass3 {
17 namespace util {
18 
25 enum WorkState {
26  Idle = 0,
27  OK = 1,
28  Error = -1
29 };
30 } // namespace util
31 } // namespace glass3
32 #endif // WORKSTATE_H
Definition: workstate.h:27
Definition: workstate.h:28
The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3...
Definition: workstate.h:26
WorkState
glass3::util::WorkState enumeration
Definition: workstate.h:25