| 
            Last change
 on this file since 509 was             394, checked in by ansari, 26 years ago           | 
        
        
          | 
             
Integration detecteur d'etoiles DY 
 
           | 
        
        
          | 
            File size:
            500 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #ifndef SSTEtoile_H
 | 
|---|
| 2 | #define SSTEtoile_H
 | 
|---|
| 3 | 
 | 
|---|
| 4 | #include <stdio.h>
 | 
|---|
| 5 | #include <string>
 | 
|---|
| 6 | #include <fstream.h>
 | 
|---|
| 7 | #include <iomanip.h>
 | 
|---|
| 8 | 
 | 
|---|
| 9 | 
 | 
|---|
| 10 | class SSTEtoile{
 | 
|---|
| 11 | public:
 | 
|---|
| 12 |         double InpCurrent;              // En Ampère
 | 
|---|
| 13 | //      double IInteg;                  // En Ampère
 | 
|---|
| 14 |         double TEchan;                  // Temps en indexEchantillon
 | 
|---|
| 15 |         double InpCurrNoisRMS;  // Bruit en Ampère
 | 
|---|
| 16 |         double X2Calc;                  // Sans dimension
 | 
|---|
| 17 |         int NoDiode;
 | 
|---|
| 18 |         bool FitForme;                  // Fit de forme?
 | 
|---|
| 19 |         int LargMiHauteur;              // Comme son nom l'indique
 | 
|---|
| 20 |         
 | 
|---|
| 21 |         void print(ofstream& str);
 | 
|---|
| 22 |         string printHeader();
 | 
|---|
| 23 | };
 | 
|---|
| 24 | 
 | 
|---|
| 25 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.