Last change
on this file since 18481 was 17644, checked in by tbretz, 11 years ago |
Implemented the auto pause command, the pause and resume command and a Paused state.
|
File size:
344 bytes
|
Line | |
---|
1 | #ifndef FACT_HeadersRateScan
|
---|
2 | #define FACT_HeadersRateScan
|
---|
3 |
|
---|
4 | namespace RateScan
|
---|
5 | {
|
---|
6 | namespace State
|
---|
7 | {
|
---|
8 | enum states_t
|
---|
9 | {
|
---|
10 | kDimNetworkNA = 1,
|
---|
11 | kDisconnected,
|
---|
12 | kConnecting,
|
---|
13 | kConnected,
|
---|
14 | kConfiguring,
|
---|
15 | kInProgress,
|
---|
16 | kPaused,
|
---|
17 | };
|
---|
18 | }
|
---|
19 | }
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.