ocssw
V2022
|
l0qc_viirs.h
Go to the documentation of this file.
5 int get_viirs_packet_time(uint8_t p1[], int32_t *pyear, int32_t *eyear, int32_t *syear, int32_t *pday, int32_t *eday, int32_t *sday, double *stime, double *ptime, double *etime);
6 int read_viirs_scan_packets(FILE *infile, uint8_t epacket[], int *len_packet, uint8_t pbuffer[], int *npkts, long int *endfile);
int read_packet(FILE *infile, uint8_t packet[], int *len, long int *endfile)
Definition: read_packet.c:18
int get_viirs_packet_time(uint8_t p1[], int32_t *pyear, int32_t *eyear, int32_t *syear, int32_t *pday, int32_t *eday, int32_t *sday, double *stime, double *ptime, double *etime)
Definition: get_viirs_packet_time.c:26
int read_viirs_scan_packets(FILE *infile, uint8_t epacket[], int *len_packet, uint8_t pbuffer[], int *npkts, long int *endfile)
Definition: read_viirs_scan_packets.c:23
int init_packet_read(FILE *infile, uint8_t epacket[], int *len_packet, long int *endfile)
Definition: init_packet_read.c:20