Data Structures | |
class | AnalysisAlgorithm |
An abstract base class for all the analysis algorithms. More... | |
class | AnalysisAlgorithm::ScanData |
class | AnalysisAlgorithmMap |
AnalysisAlgorithmMap maps Tests to AnalysisAlgorithms. More... | |
class | AnalysisService |
class | AnalysisWorkerGroup |
Control structure for a group of AnalysisWorker thread objects. More... | |
class | AnalysisWorkerGroup::TestAlgs |
keeps a test and its results together. More... | |
class | FullBypassAlgorithm |
Algorithm for FullBypass Test. More... | |
class | NMaskAlgorithm |
Algorithm for single-scan NMask Test. More... | |
class | NoiseOccupancyAlgorithm |
class | NPtGainAlgorithm |
Encodes how to do a response curve fit thing. More... | |
class | PipelineAlgorithm |
Algorithm for single-scan Pipeline Test. More... | |
class | RxDelayAlgorithm |
Algorithm for single-scan Rx-Delay Test. More... | |
class | RxThresholdAlgorithm |
Algorithm for finding best Rx Threshold. More... | |
class | StrobeDelayAlgorithm |
Algorithm for single-scan Strobe-Delay Test. More... | |
class | TimeWalkAlgorithm |
Algorithm for TimeWalk Test. More... | |
class | TrimRangeAlgorithm |
Algorithm considers many trim range scans, possibly over many different ranges, makes fits to graphs, and works out the best trim range to use. More... | |
class | TrimRangeAlgorithm::TrimPoint |
class | TrimRangeAlgorithm::TrimRange |
holds data about a trim range More... | |
Typedefs | |
typedef map< string, shared_ptr< AnalysisAlgorithm > > | MapType |
Variables | |
bool | debug |