/[PAMELA software]/DarthVader/OrbitalInfo/inc/OrbitalInfoCore.h
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/inc/OrbitalInfoCore.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mocchiut, Tue Sep 5 14:49:44 2006 UTC revision 1.3 by mocchiut, Tue Jan 23 11:52:33 2007 UTC
# Line 1  Line 1 
1  #ifndef OrbitalInfoCore_h  #ifndef OrbitalInfoCore_h
   
2  #define ObitalInfoCore_h  #define ObitalInfoCore_h
3  #include <TSQLServer.h>  #include <TSQLServer.h>
4    #include <TTimeStamp.h>
5    
6    #include <sgp4.h>
7    
8    extern "C" {
9    #include <dirent.h>
10      //INITIZE(YEAR,DIMO)
11      extern void initize_(char[], int*, char[], int*, char[], int*);
12      //FELDCOF(YEAR,DIMO)
13      extern void feldcof_(float*, float*);
14      //FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS)
15      extern void feldg_(float*, float*, float*, float*, float*, float*, float*);
16      //SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1)
17      extern void shellg_(float*, float*, float*, float*, float*, float*, float*);
18      //FINDB0(STPS,BDEL,VALUE,BEQU,RR0)
19      extern void findb0_(float*, float*, bool*, float*, float*);
20    }
21    
22    
23  extern int OrbitalInfoCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t orbitalargc, char *orbitalargv[]);  extern int OrbitalInfoCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t orbitalargc, char *orbitalargv[]);
24    cCoordGeo getCoo(UInt_t atime, UInt_t tletime, cTle *tle);
25    
26  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23