mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@1 ab6734ba-2843-0410-b83b-99c217ef6c0f
11 lines
176 B
C
11 lines
176 B
C
#ifndef SAT_DEBUGGER_H
|
|
#define SAT_DEBUGGER_H
|
|
|
|
|
|
|
|
void sat_debugger_run (void);
|
|
void sat_debugger_get_ssp (gdouble *lon, gdouble *lat);
|
|
void sat_debugger_close (void);
|
|
|
|
|
|
#endif
|