NASA Logo
Ocean Color Science Software

ocssw V2022
get_dataday.h
Go to the documentation of this file.
1 #include <stdint.h>
2 
3 #ifndef GET_DATADAY_H
4 #define GET_DATADAY_H
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
14 int32_t get_plusday();
15 
24 int get_datadays(const char* path, int32_t* day0, int32_t* day1);
30 void printUsage(int32_t exitStatus);
42 void set_verbosity(int val);
43 #ifdef __cplusplus
44 }
45 #endif
46 #endif
int get_datadays(const char *path, int32_t *day0, int32_t *day1)
Get the datadays object.
void set_verbosity(int val)
Set the verbosity.
string path
Definition: color_dtdb.py:221
float get_equatorial_crossingTime()
Get the equatorial crossing time.
void printUsage(int32_t exitStatus)
prints error code
Definition: get_dataday.cpp:48
int32_t get_plusday()
Get the plus day.