| Line |   | 
|---|
| 1 | // This may look like C code, but it is really -*- C++ -*-
 | 
|---|
| 2 | 
 | 
|---|
| 3 | // ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
 | 
|---|
| 4 | //                               Eric Aubourg
 | 
|---|
| 5 | //                               Christophe Magneville
 | 
|---|
| 6 | //                               Reza Ansari
 | 
|---|
| 7 | // $Id: tstnoisecancel.h,v 1.1 2002-03-23 23:05:22 aubourg Exp $
 | 
|---|
| 8 | 
 | 
|---|
| 9 | #ifndef TSTNOISECANCEL_H
 | 
|---|
| 10 | #define TSTNOISECANCEL_H
 | 
|---|
| 11 | 
 | 
|---|
| 12 | #include "toiprocessor.h"
 | 
|---|
| 13 | 
 | 
|---|
| 14 | class TstNoiseCancel : public TOIProcessor {
 | 
|---|
| 15 | public:
 | 
|---|
| 16 |   TstNoiseCancel();
 | 
|---|
| 17 | 
 | 
|---|
| 18 |   virtual void init();
 | 
|---|
| 19 |   virtual void run();
 | 
|---|
| 20 | };
 | 
|---|
| 21 | 
 | 
|---|
| 22 | #endif
 | 
|---|
| 23 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.