|
ocssw
V2022
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <PGS_EPH.h>#include <stddef.h>#include <timeutils.h>
Include dependency graph for atteph_info_modis.c:
Go to the source code of this file.
Macros | |
| #define | RTRN_ERROR 255 |
| #define | RTRN_SUCCEED 0 |
Functions | |
| int | byteswap (char *, int) |
| int | getEphemHeaders (char *ephfile) |
| int | getAttHeaders (char *attfile) |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ RTRN_ERROR
| #define RTRN_ERROR 255 |
Definition at line 12 of file atteph_info_modis.c.
◆ RTRN_SUCCEED
| #define RTRN_SUCCEED 0 |
Definition at line 13 of file atteph_info_modis.c.
Function Documentation
◆ byteswap()
| int byteswap | ( | char * | , |
| int | |||
| ) |
◆ getAttHeaders()
| int getAttHeaders | ( | char * | attfile | ) |
Definition at line 86 of file atteph_info_modis.c.
◆ getEphemHeaders()
| int getEphemHeaders | ( | char * | ephfile | ) |
Definition at line 15 of file atteph_info_modis.c.
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 149 of file atteph_info_modis.c.


