Changeset 358 in Sophya for trunk/Poubelle/archTOI.old/toiiter.h


Ignore:
Timestamp:
Aug 6, 1999, 3:46:37 PM (26 years ago)
Author:
ansari
Message:

auxilliary GPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toiiter.h

    r350 r358  
    1111#include <string>
    1212#include "archeopsfile.h"
     13#include "auxgps.h"
    1314
    1415enum TOIKind {
     
    6162   int    getBlockSampleIndex();        // numero d''echantillon dans dernier bloc bolo
    6263   int    getSampleIndex();             // numero d''echantillon
     64   double getMJD();           
    6365
    6466   block_type_param*         lastParam(); 
     
    125127   bool fetchAhead(); // avance d''une TOI en nourrissant les interpolateurs
    126128   
     129   AuxGPS* auxGPS;
     130   
    127131   private:
    128132};
Note: See TracChangeset for help on using the changeset viewer.