Enumerations | |
| enum | EPulseType { kDougPoint, kGainCurve } |
| enum | ECalibType { kPassThrough, kLinear, kParabolic, kLinearInterpolator, kSplineInterpolator } |
| enum | EPulserTask { kRealData = 0x000, kNearEnd = 0x01, kFarEnd = 0x02, kRawInterpolation = 0x00, kFirstMethod = 0x10, kSecondMethod = 0x20, kThirdMethod = 0x30, kTempData = 0x100 } |
|
|
Definition at line 11 of file PulserConventions.h. 00011 {kPassThrough,
00012 kLinear,
00013 kParabolic,
00014 kLinearInterpolator,
00015 kSplineInterpolator}; // goes in Dbi::Mode etc.
|
|
|
Definition at line 17 of file PulserConventions.h. 00017 {kRealData = 0x000,
00018
00019 kNearEnd = 0x01,
00020 kFarEnd = 0x02,
00021 // Now the calibration modes
00022 kRawInterpolation = 0x00,
00023 kFirstMethod = 0x10,
00024 kSecondMethod = 0x20,
00025 kThirdMethod = 0x30,
00026
00027 kTempData = 0x100};
|
|
|
Definition at line 9 of file PulserConventions.h. 00009 {kDougPoint, kGainCurve};
|
1.3.9.1