ocssw
V2022
|
#include <cstdio>
#include <sstream>
#include <string.h>
#include <unistd.h>
#include <iomanip>
#include "l0info_oci.h"
Go to the source code of this file.
Macros | |
#define | VERSION "0.68" |
Functions | |
int | main (int argc, char *argv[]) |
int | gen_time_string (time_struct &starttime, time_struct &endtime, string &startstring, string &endstring) |
Macro Definition Documentation
◆ VERSION
#define VERSION "0.68" |
Definition at line 13 of file l0info_oci.cpp.
Function Documentation
◆ gen_time_string()
int gen_time_string | ( | time_struct & | starttime, |
time_struct & | endtime, | ||
string & | startstring, | ||
string & | endstring | ||
) |
Definition at line 352 of file l0info_oci.cpp.
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck ...in 1998...found on .gan tz@gl obal star. comhttp://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings
Definition at line 46 of file l0info_oci.cpp.