ocssw
V2022
|
l2bin_input.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <netcdf>
#include <unistd.h>
#include <string>
#include <vector>
#include <boost/algorithm/string.hpp>
#include "l2bin_input.h"
#include "genutils.h"
#include "passthebuck.h"
#include "sensorInfo.h"
#include "ncfileinfo.h"
Include dependency graph for l2bin_input.cpp:
Go to the source code of this file.
Functions | |
int | l2bin_init_options (clo_optionList_t *list, const char *prog, const char *version) |
int | l2bin_load_input (clo_optionList_t *list, instr *input) |
int | input_init (instr *input_str) |
int | l2bin_input (int argc, char **argv, instr *input, const char *prog, const char *version) |
Function Documentation
◆ input_init()
int input_init | ( | instr * | input_str | ) |
Definition at line 278 of file l2bin_input.cpp.
◆ l2bin_init_options()
int l2bin_init_options | ( | clo_optionList_t * | list, |
const char * | prog, | ||
const char * | version | ||
) |
Definition at line 24 of file l2bin_input.cpp.
◆ l2bin_input()
Definition at line 345 of file l2bin_input.cpp.
◆ l2bin_load_input()
int l2bin_load_input | ( | clo_optionList_t * | list, |
instr * | input | ||
) |
Definition at line 110 of file l2bin_input.cpp.