source: trunk/FACT++/src/HeadersFeedback.h@ 18585

Last change on this file since 18585 was 18191, checked in by tbretz, 9 years ago
This implements th epossibility to load and save calibrations, an automatic current control in case of too high currents, it adds the missing 50 ohm termination in the calculation (note that this is only a 3% effect at high currents (200uA/G-APD) and corresponds well with the decrease of amplitude we still found in the feedback paper.
File size: 451 bytes
Line 
1#ifndef FACT_HeadersFeedback
2#define FACT_HeadersFeedback
3
4namespace Feedback
5{
6 namespace State
7 {
8 enum states_t
9 {
10 kDimNetworkNA = 1,
11 kDisconnected,
12 kConnecting,
13 kConnected,
14
15 kCalibrating,
16 kCalibrated,
17
18 kWaitingForData,
19 kInProgress,
20
21 kWarning,
22 kCritical,
23 kOnStandby,
24
25
26 };
27 }
28}
29
30#endif
Note: See TracBrowser for help on using the repository browser.