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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Sun Sep 9 18:57:29 2007 UTC (17 years, 2 months ago) by mocchiut
Branch: MAIN
CVS Tags: v5r00, v4r00
Changes since 1.4: +1 -1 lines
File MIME type: text/plain
Changed core routines to open themselves the DB connection

1 #ifndef OrbitalInfoCore_h
2 #define ObitalInfoCore_h
3 #include <TSQLServer.h>
4 #include <TTimeStamp.h>
5 #include <InclinationInfo.h>
6
7 #include <sgp4.h>
8
9 extern "C" {
10 #include <dirent.h>
11 //INITIZE(YEAR,DIMO)
12 extern void initize_(char[], int*, char[], int*, char[], int*);
13 //FELDCOF(YEAR,DIMO)
14 extern void feldcof_(float*, float*);
15 //FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS)
16 extern void feldg_(float*, float*, float*, float*, float*, float*, float*);
17 //SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1)
18 extern void shellg_(float*, float*, float*, float*, float*, float*, float*);
19 //FINDB0(STPS,BDEL,VALUE,BEQU,RR0)
20 extern void findb0_(float*, float*, bool*, float*, float*);
21 }
22
23
24 extern int OrbitalInfoCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t orbitalargc, char *orbitalargv[]);
25 cCoordGeo getCoo(UInt_t atime, UInt_t tletime, cTle *tle);
26 void CopyQ(Quaternions *Q1, Quaternions *Q2);
27 void CopyAng(InclinationInfo *A1, InclinationInfo *A2);
28 UInt_t holeq(Double_t lower,Double_t upper,Quaternions *Qlower, Quaternions *Qupper, UInt_t f);
29
30 #endif

  ViewVC Help
Powered by ViewVC 1.1.23