OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1cgen.h
Go to the documentation of this file.
1 #ifndef L1CGEN_H /* avoid re-inclusion */
2 #define L1CGEN_H
3 
4 #include <clo.h>
5 
6 //extern clo_optionList_t* optionList;
7 
8 int l1cgen_init_options(clo_optionList_t* list, const char* softwareVersion);
9 int l1cgen_read_options(clo_optionList_t* list, int argc, char* argv[]);
10 
11 #endif /* L1CGEN_H */
list(APPEND LIBS ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
Definition: CMakeLists.txt:7
int l1cgen_init_options(clo_optionList_t *list, const char *softwareVersion)
Definition: l1cgen_input.cpp:6
int l1cgen_read_options(clo_optionList_t *list, int argc, char *argv[])