| 4 |
#ifndef sgp4_h |
#ifndef sgp4_h |
| 5 |
#define sgp4_h |
#define sgp4_h |
| 6 |
|
|
| 7 |
|
#if !defined(__CINT__) || defined(__MAKECINT__) |
| 8 |
|
|
| 9 |
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers |
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers |
| 10 |
#include <stdio.h> |
#include <stdio.h> |
| 11 |
//#include <tchar.h> |
//#include <tchar.h> |
| 371 |
{ |
{ |
| 372 |
UNITS_NONE, // not initialized |
UNITS_NONE, // not initialized |
| 373 |
UNITS_AE, |
UNITS_AE, |
| 374 |
UNITS_KM, |
UNITS_KM |
| 375 |
}; |
}; |
| 376 |
|
|
| 377 |
cVector m_pos; |
cVector m_pos; |
| 616 |
}; |
}; |
| 617 |
|
|
| 618 |
#endif |
#endif |
| 619 |
|
#endif |
| 620 |
|
|