OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2binmatch_input.cpp File Reference
#include "l2binmatch_input.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <genutils.h>
#include <clo.h>
#include "version.h"
Include dependency graph for l2binmatch_input.cpp:

Go to the source code of this file.

Functions

int l2binmatch_input_init ()
 
int l2binmatch_init_options (clo_optionList_t *list)
 
int l2binmatch_read_options (clo_optionList_t *list, int argc, char *argv[])
 
int l2binmatch_load_input (clo_optionList_t *list)
 
int l2binmatch_input (int argc, char **argv, clo_optionList_t *list)
 

Function Documentation

◆ l2binmatch_init_options()

int l2binmatch_init_options ( clo_optionList_t list)

add all of the accepted command line options to list

Definition at line 44 of file l2binmatch_input.cpp.

◆ l2binmatch_input()

int l2binmatch_input ( int  argc,
char **  argv,
clo_optionList_t list 
)

Definition at line 300 of file l2binmatch_input.cpp.

◆ l2binmatch_input_init()

int l2binmatch_input_init ( )

Definition at line 17 of file l2binmatch_input.cpp.

◆ l2binmatch_load_input()

int l2binmatch_load_input ( clo_optionList_t list)

Definition at line 142 of file l2binmatch_input.cpp.

◆ l2binmatch_read_options()

int l2binmatch_read_options ( clo_optionList_t list,
int  argc,
char *  argv[] 
)

Definition at line 112 of file l2binmatch_input.cpp.