Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

MonitoringServiceForSincResampler Class Reference

Sinc Resampler abstract interface to Monitoring Service. More...

#include <SincResampler.h>

Inheritance diagram for MonitoringServiceForSincResampler:

MonitorAdapter List of all members.

Public Member Functions

virtual void resamplingCompleted ()=0
virtual void resamplingAborted ()=0
virtual void addingEntryToResamplingCache (DetectorIndex_t forThisDetector, size_t resultantCacheSize)=0
virtual void removingEntryFromResamplingCache (DetectorIndex_t forThisDetector, size_t resultantCacheSize)=0
virtual void resamplingCacheFlushed ()=0
virtual void referenceResamplingSettingsNotFound (DetectorIndex_t forThisDetector)=0

Detailed Description

Sinc Resampler abstract interface to Monitoring Service.


Member Function Documentation

virtual void MonitoringServiceForSincResampler::addingEntryToResamplingCache DetectorIndex_t  forThisDetector,
size_t  resultantCacheSize
[pure virtual]
 

Indicate that expensive operation of generating a new resampling matrix is taking place.

Implemented in MonitorAdapter.

virtual void MonitoringServiceForSincResampler::referenceResamplingSettingsNotFound DetectorIndex_t  forThisDetector  )  [pure virtual]
 

Indicate that a reference database fetch returned no information

Implemented in MonitorAdapter.

virtual void MonitoringServiceForSincResampler::removingEntryFromResamplingCache DetectorIndex_t  forThisDetector,
size_t  resultantCacheSize
[pure virtual]
 

Indicate that entry is being removed from the cache. If this is happening consistently, we may be thrashing.

Implemented in MonitorAdapter.

virtual void MonitoringServiceForSincResampler::resamplingAborted  )  [pure virtual]
 

failure of job

Implemented in MonitorAdapter.

virtual void MonitoringServiceForSincResampler::resamplingCacheFlushed  )  [pure virtual]
 

Indicate that cache flush has occurred.

Implemented in MonitorAdapter.

virtual void MonitoringServiceForSincResampler::resamplingCompleted  )  [pure virtual]
 

completion of job

Implemented in MonitorAdapter.


The documentation for this class was generated from the following file:
Generated on Thu Feb 26 10:44:45 2004 for Calibrate.Resample by doxygen 1.3.5