Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Pulser Namespace Reference


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
}


Enumeration Type Documentation

enum ECalibType
 

Enumeration values:
kPassThrough 
kLinear 
kParabolic 
kLinearInterpolator 
kSplineInterpolator 

Definition at line 11 of file PulserConventions.h.

00011                   {kPassThrough, 
00012                    kLinear, 
00013                    kParabolic, 
00014                    kLinearInterpolator,
00015                    kSplineInterpolator}; // goes in Dbi::Mode etc.

enum EPulserTask
 

Enumeration values:
kRealData 
kNearEnd 
kFarEnd 
kRawInterpolation 
kFirstMethod 
kSecondMethod 
kThirdMethod 
kTempData 

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};

enum EPulseType
 

Enumeration values:
kDougPoint 
kGainCurve 

Definition at line 9 of file PulserConventions.h.

00009 {kDougPoint, kGainCurve};


Generated on Thu Nov 1 15:58:54 2007 for loon by  doxygen 1.3.9.1