| Rev | Line |  | 
|---|
| [2369] | 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: piotoiwtr.h,v 1.1 2003-04-24 13:22:26 aubourg Exp $ | 
|---|
|  | 8 |  | 
|---|
|  | 9 | #ifndef PIOTOIWTR_H | 
|---|
|  | 10 | #define PIOTOIWTR_H | 
|---|
|  | 11 |  | 
|---|
|  | 12 | #include "config.h" | 
|---|
|  | 13 | #include "toiprocessor.h" | 
|---|
|  | 14 | #include <vector> | 
|---|
|  | 15 |  | 
|---|
|  | 16 | #include "HL2_PIOLIB/PIOLib.h" | 
|---|
|  | 17 |  | 
|---|
|  | 18 | class PIOTOIWriter : public TOIProcessor { | 
|---|
|  | 19 | public: | 
|---|
|  | 20 | PIOTOIWriter(string group, string object); | 
|---|
|  | 21 | ~PIOTOIWriter(); | 
|---|
|  | 22 |  | 
|---|
|  | 23 | virtual void init(); | 
|---|
|  | 24 | virtual void run(); | 
|---|
|  | 25 |  | 
|---|
|  | 26 | protected: | 
|---|
|  | 27 | PIOGroup* pioGroup; | 
|---|
|  | 28 | string group; // le "object" de PIOOpenTOI qui semble etre un group | 
|---|
|  | 29 | string object; // le "Objectname" de PIOReadTOI qui lui est un objet (?) | 
|---|
|  | 30 | int bufferSize; | 
|---|
|  | 31 | }; | 
|---|
|  | 32 |  | 
|---|
|  | 33 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.