OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
afrt_input.h
Go to the documentation of this file.
1 /*
2  * File: afrt_input.h
3  * Author: S. Anderson
4  *
5  * Created on April 12, 2018
6  */
7 
8 #ifndef afrt_input_H
9 #define afrt_input_H
10 
11 #include <clo.h>
12 #include <AfrtOptions.h>
13 
14 void afrt_init_options(clo_optionList_t* list, const char* softwareVersion);
15 void afrt_read_options(clo_optionList_t* list, int argc, char* argv[]);
16 
17 #endif /* afrt_input_H */
void afrt_init_options(clo_optionList_t *list, const char *softwareVersion)
Definition: afrt_input.cpp:20
list(APPEND LIBS ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
Definition: CMakeLists.txt:7
void afrt_read_options(clo_optionList_t *list, int argc, char *argv[])
Definition: afrt_input.cpp:54