#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Go to the source code of this file.
|
| int | ReadPriHdr (FILE *f, unsigned char *buf) |
| |
| int | DecodePriHdr (unsigned char *buf, struct pri_hdr *hdr) |
| |
| int | DecodeMODISHdr (unsigned char *buf, int len, struct modis_hdr *hdr) |
| |
| struct apid_info * | AllocAPIDInfo (int apid) |
| |
| void | AddAPIDInfo (struct apid_info **list, struct apid_info *ai) |
| |
| void | FreeAPIDInfoList (struct apid_info *list) |
| |
| struct apid_info * | FindAPIDInfo (struct apid_info *list, int apid) |
| |
| void | caldat (int *minute, int *hour, int *day, int *month, int *year, double jul) |
| |
| int | CalcChecksum12 (unsigned char *buf, int n) |
| |
| int | main (int argc, char *argv[]) |
| |
◆ DATA_SIZE
◆ MODIS_HDR_SIZE
| #define MODIS_HDR_SIZE 12 |
◆ MODIS_REF_DATE
| #define MODIS_REF_DATE 2436205.0 |
◆ NAME
◆ PRI_HDR_SIZE
◆ REVISION
◆ VERSION
◆ AddAPIDInfo()
◆ AllocAPIDInfo()
◆ CalcChecksum12()
| int CalcChecksum12 |
( |
unsigned char * |
buf, |
|
|
int |
n |
|
) |
| |
◆ caldat()
| void caldat |
( |
int * |
minute, |
|
|
int * |
hour, |
|
|
int * |
day, |
|
|
int * |
month, |
|
|
int * |
year, |
|
|
double |
jul |
|
) |
| |
◆ DecodeMODISHdr()
| int DecodeMODISHdr |
( |
unsigned char * |
buf, |
|
|
int |
len, |
|
|
struct modis_hdr * |
hdr |
|
) |
| |
◆ DecodePriHdr()
| int DecodePriHdr |
( |
unsigned char * |
buf, |
|
|
struct pri_hdr * |
hdr |
|
) |
| |
◆ FindAPIDInfo()
◆ FreeAPIDInfoList()
| void FreeAPIDInfoList |
( |
struct apid_info * |
list | ) |
|
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ ReadPriHdr()
| int ReadPriHdr |
( |
FILE * |
f, |
|
|
unsigned char * |
buf |
|
) |
| |