ocssw
V2022
|
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <libgen.h>
#include <sys/types.h>
#include "netcdf.h"
#include "l3bin_input.h"
#include <timeutils.h>
#include <genutils.h>
#include "hdf_bin.h"
#include "sensorInfo.h"
#include <hdf.h>
#include <mfhdf.h>
Include dependency graph for l3bin.cpp:
Go to the source code of this file.
Macros | |
#define | MAXNFILES 256 |
#define | BYTE unsigned char |
#define | BINCHECK -1 |
#define | L3BIN_CACHE_SIZE 8 * 1024 |
#define | L3BIN_CACHE_NELEMS 512 |
#define | L3BIN_CACHE_PREEMPTION .75 |
#define | VERSION "5.14" |
#define | EXIT_STATUS(func, status, ...) {int status = func; if(status!=NC_NOERR) {printf("--Error--: %s returned non-zero exit code. \n",#func); printf(__VA_ARGS__); exit(EXIT_FAILURE);} } |
Functions | |
int | main (int argc, char **argv) |
void | insertion_sort (float a[], int length) |