1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* ----------------------------------------------------------------
*
* sgp4io.h;
*
* this file contains a function to read two line element sets. while
* not formerly part of the sgp4 mathematical theory, it is
* required for practical implemenation.
*
* companion code for
* fundamentals of astrodynamics and applications
* 2007
* by david vallado
*
* (w) 719-573-2600, email dvallado@agi.com
*
* current :
* 3 sep 07 david vallado
* add operationmode for afspc (a) or improved (i)
* changes :
* 20 apr 07 david vallado
* misc updates for manual operation
* 14 aug 06 david vallado
* original baseline
* ---------------------------------------------------------------- */
// ------------------------- function declarations -------------------------
extern "C" void ;