|
ocssw
1.0
|
#include <stdio.h>#include <unistd.h>#include <math.h>#include <time.h>#include <libgen.h>#include <sys/types.h>#include "seabin.h"#include "getl3b.h"#include "l3bin_input.h"#include "time_utils.h"#include "hdf_bin.h"Go to the source code of this file.
Defines | |
| #define | MAXNFILES 128 |
| #define | BYTE unsigned char |
| #define | BINCHECK -1 |
| #define | VERSION "1.02" |
Functions | |
| int | l3bin_input (int argc, char **argv, instr *input) |
| void | usage (const char *progname) |
| int | main (int argc, char **argv) |
| #define BINCHECK -1 |
Definition at line 19 of file l3binmerge.cpp.
| #define BYTE unsigned char |
Definition at line 17 of file l3binmerge.cpp.
| #define MAXNFILES 128 |
Definition at line 15 of file l3binmerge.cpp.
| #define VERSION "1.02" |
Definition at line 21 of file l3binmerge.cpp.
| int l3bin_input | ( | int | argc, |
| char ** | argv, | ||
| instr * | input | ||
| ) |
Definition at line 74 of file l3bin_input.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 67 of file l3binmerge.cpp.
Definition at line 41 of file l3binmerge.cpp.
1.7.6.1