OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l3bindump_input.c File Reference
#include "l3bindump.h"
#include <string.h>
#include <stdlib.h>
Include dependency graph for l3bindump_input.c:

Go to the source code of this file.

Functions

int l3bindump_init_options (clo_optionList_t *list)
 
int l3bindump_load_input (clo_optionList_t *list, instr *input)
 
int l3bindump_read_options (clo_optionList_t *list, int argc, char *argv[])
 
void l3bindump_input_init (instr *input)
 
int l3bindump_usage (char *prog)
 

Function Documentation

◆ l3bindump_init_options()

int l3bindump_init_options ( clo_optionList_t list)

add all of the accepted command line options to list

Definition at line 13 of file l3bindump_input.c.

◆ l3bindump_input_init()

void l3bindump_input_init ( instr *  input)

Definition at line 234 of file l3bindump_input.c.

◆ l3bindump_load_input()

int l3bindump_load_input ( clo_optionList_t list,
instr *  input 
)

Definition at line 61 of file l3bindump_input.c.

◆ l3bindump_read_options()

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

Definition at line 202 of file l3bindump_input.c.

◆ l3bindump_usage()

int l3bindump_usage ( char *  prog)

Definition at line 257 of file l3bindump_input.c.