ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <libgen.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include "swl0_proto.h"
Go to the source code of this file.
Macros | |
#define | MAXFILES 100 |
#define | CMD_ARGS "gt:" |
Functions | |
INT32 | read_file_list (char *filename, char files[][FILENAME_MAX], INT32 maxfiles) |
int | compmindx (swl0mindx *rec1, swl0mindx *rec2) |
char * | ml0filename (double time, unsigned char dataType) |
void | usage (char *file) |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ CMD_ARGS
#define CMD_ARGS "gt:" |
Definition at line 40 of file main_l0merge.c.
◆ MAXFILES
#define MAXFILES 100 |
Definition at line 39 of file main_l0merge.c.
Function Documentation
◆ compmindx()
int compmindx | ( | swl0mindx * | rec1, |
swl0mindx * | rec2 | ||
) |
Definition at line 64 of file main_l0merge.c.
◆ 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 166 of file main_l0merge.c.
◆ ml0filename()
char* ml0filename | ( | double | time, |
unsigned char | dataType | ||
) |
Definition at line 121 of file main_l0merge.c.
◆ read_file_list()
Definition at line 43 of file main_l0merge.c.
◆ usage()
void usage | ( | char * | file | ) |
Definition at line 148 of file main_l0merge.c.