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 &opts, const CESkyCoord &results) |
CEExecOptions DefineOpts | ( | ) |
Define the command line options for this program.
Definition at line 34 of file cirs2gal.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 72 of file cirs2gal.cpp.
void PrintResults | ( | CEExecOptions & | opts, |
const CESkyCoord & | results | ||
) |
Definition at line 53 of file cirs2gal.cpp.