OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l0qc_viirs.h File Reference
#include <stdint.h>
#include <stdio.h>
Include dependency graph for l0qc_viirs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int init_packet_read (FILE *infile, uint8_t epacket[], int *len_packet, long int *endfile)
 
int read_packet (FILE *infile, uint8_t packet[], int *len, long int *endfile)
 
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)
 
int read_viirs_scan_packets (FILE *infile, uint8_t epacket[], int *len_packet, uint8_t pbuffer[], int *npkts, long int *endfile)
 

Function Documentation

◆ get_viirs_packet_time()

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 at line 26 of file get_viirs_packet_time.c.

◆ init_packet_read()

int init_packet_read ( FILE *  infile,
uint8_t  epacket[],
int *  len_packet,
long int *  endfile 
)

Definition at line 20 of file init_packet_read.c.

◆ read_packet()

int read_packet ( FILE *  infile,
uint8_t  packet[],
int *  len,
long int *  endfile 
)

Definition at line 18 of file read_packet.c.

◆ read_viirs_scan_packets()

int read_viirs_scan_packets ( FILE *  infile,
uint8_t  epacket[],
int *  len_packet,
uint8_t  pbuffer[],
int *  npkts,
long int *  endfile 
)

Definition at line 23 of file read_viirs_scan_packets.c.