GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> EFC / V4-5-4 > geoprint / mv2304
#include <stdlib.h>
#include <stdio.h>
#include <EFC/TFC_geometryPrint.h>
#include <EFC/TFC_geometry.h>
#include <GEO_DB/GEO_DB_schema.h>
#include <CDM/CDM_pubdefs.h>
Functions | |
| int | geoprint (void) |
| Acts as both the business end for host platforms or the entry point for embedded systems. | |
| static void | reportUsage (void) |
| Prints a terse message on usage. | |
| int | main (int argc, char **argv) |
| Main program to print the contents of a GEO_DB. | |
CVS $Id: geoprint.c,v 1.4 2011/03/27 04:55:31 russell Exp $
$ geoprint <geometry>
where
geometry The full name of the CDM geometry shareable
| int geoprint | ( | void | ) |
Acts as both the business end for host platforms or the entry point for embedded systems.
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Main program to print the contents of a GEO_DB.
| argc | The argument count | |
| argv | The vector of arguments |
$ geoprint $CMX_B_GGF/sun-gcc/geo_db_data/libgeo_db_data.so
References geoprint(), and reportUsage().
1.5.8