|
CppEphem
|
#include <stdio.h>#include <getopt.h>#include <map>#include <string>#include <time.h>#include "CppEphem.h"#include "CEExecOptions.h"
Go to the source code of this file.
Functions | |
| CEExecOptions | DefineOpts () |
| Define the command line options for this program. More... | |
| int | main (int argc, char **argv) |
| void | PrintResults (CEExecOptions &inputs, const CESkyCoord &obs_coords, const CESkyCoord &obs_cirs_coords, const CEAngle &hour_angle) |
| CEExecOptions DefineOpts | ( | ) |
Define the command line options for this program.
Definition at line 35 of file cirs2obs.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 89 of file cirs2obs.cpp.
| void PrintResults | ( | CEExecOptions & | inputs, |
| const CESkyCoord & | obs_coords, | ||
| const CESkyCoord & | obs_cirs_coords, | ||
| const CEAngle & | hour_angle | ||
| ) |
Definition at line 56 of file cirs2obs.cpp.
1.8.16