Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
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, int32_t * BITS);
20 
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #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, int32_t *BITS)
Definition: setupflags.c:7