ocssw
V2022
|
#include "common.h"
Include dependency graph for l0info_oci.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | time_struct |
Macros | |
#define | ANCSIZE 104 |
Functions | |
int | gen_time_string (time_struct &starttime, time_struct &endtime, std::string &startstring, std::string &endstring) |
int | isleap (int year) |
int32_t | jday (int16_t i, int16_t j, int16_t k) |
int | jdate (int32_t julian, int32_t *year, int32_t *doy) |
Macro Definition Documentation
◆ ANCSIZE
#define ANCSIZE 104 |
Definition at line 3 of file l0info_oci.h.
Function Documentation
◆ gen_time_string()
int gen_time_string | ( | time_struct & | starttime, |
time_struct & | endtime, | ||
std::string & | startstring, | ||
std::string & | endstring | ||
) |