| Rev | Line |   | 
|---|
| [394] | 1 | #ifndef SSTEtoile_H
 | 
|---|
 | 2 | #define SSTEtoile_H
 | 
|---|
 | 3 | 
 | 
|---|
| [534] | 4 | // D. Yvon, CE Saclay, DAPNIA/SPP, 08/99
 | 
|---|
 | 5 | 
 | 
|---|
| [394] | 6 | #include <stdio.h>
 | 
|---|
 | 7 | #include <string>
 | 
|---|
 | 8 | #include <fstream.h>
 | 
|---|
 | 9 | #include <iomanip.h>
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | class SSTEtoile{
 | 
|---|
 | 13 | public:
 | 
|---|
 | 14 |         double InpCurrent;              // En Ampère
 | 
|---|
| [534] | 15 |         double InpCurFin;               // En ampère,   Analyse fine
 | 
|---|
| [394] | 16 | //      double IInteg;                  // En Ampère
 | 
|---|
| [534] | 17 |         double TEchan;                  // Temps en indexEchantillon analyse trig
 | 
|---|
 | 18 |         double TFin;                    // Temps en indexEchantillon analyse fine
 | 
|---|
| [394] | 19 |         double InpCurrNoisRMS;  // Bruit en Ampère
 | 
|---|
| [534] | 20 |         double X2Calc;                  // Sans dimension, analyse fine
 | 
|---|
| [394] | 21 |         int NoDiode;
 | 
|---|
 | 22 |         bool FitForme;                  // Fit de forme?
 | 
|---|
 | 23 |         int LargMiHauteur;              // Comme son nom l'indique
 | 
|---|
 | 24 |         
 | 
|---|
 | 25 |         void print(ofstream& str);
 | 
|---|
| [534] | 26 |         static string printHeader();
 | 
|---|
| [394] | 27 | };
 | 
|---|
 | 28 | 
 | 
|---|
 | 29 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.