OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
setupflags.h
Go to the documentation of this file.
1 /*
2  * File: setupflags.h
3  * Author: dshea
4  *
5  * Created on January 31, 2012, 8:47 AM
6  */
7 
8 #ifndef SETUPFLAGS_H
9 #define SETUPFLAGS_H
10 
11 #include <stdint.h>
12 
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 void setupflags(char *flagsdef, char *flaguse, uint32_t *flagusemask,
19  uint32_t *required, int *status);
20 
21 
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* SETUPFLAGS_H */
int status
Definition: l1_czcs_hdf.c:32
void setupflags(char *flagsdef, char *flaguse, uint32_t *flagusemask, uint32_t *required, int *status)
Definition: setupflags.c:5