OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l3bindump.h File Reference
#include <stdio.h>
#include "version.h"
#include "netcdf.h"
#include <ctype.h>
#include "hdf5.h"
#include "clo.h"
#include "genutils.h"
#include <assert.h>
Include dependency graph for l3bindump.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  input_struct
 

Functions

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

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 ( )

◆ par_option_cb()

void par_option_cb ( struct clo_option_t option)

CLO callback function for the "par" option. Loads the parameter file into the list that is stored in option->cb_data

Definition at line 14 of file afrt_input.cpp.