| Line |  | 
|---|
| 1 | #ifndef SAVETOCSV_H | 
|---|
| 2 | #define SAVETOCSV_H | 
|---|
| 3 |  | 
|---|
| 4 | ////////////////////////////////////////////////////////////// | 
|---|
| 5 | //Functions for FPulsetemplate to write template Pulse to csv | 
|---|
| 6 | ////////////////////////////////////////////////////////////// | 
|---|
| 7 |  | 
|---|
| 8 | void | 
|---|
| 9 | WritePixelTemplateToCsv( | 
|---|
| 10 | TString         path, | 
|---|
| 11 | const char*     csv_file_name, | 
|---|
| 12 | const char*     overlay_method, | 
|---|
| 13 | int             pixel, | 
|---|
| 14 | int             verbosityLevel | 
|---|
| 15 | ); | 
|---|
| 16 |  | 
|---|
| 17 | TString | 
|---|
| 18 | BuildPath( | 
|---|
| 19 | TString         path, | 
|---|
| 20 | const char*     csv_file_name, | 
|---|
| 21 | int             pixel | 
|---|
| 22 | ); | 
|---|
| 23 | #endif // SAVETOCSV_H | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.