ocssw
V2022
|
#include <stdint.h>
Include dependency graph for snpp_diary_to_llh.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | MAX_RECORDS 10000 |
Functions | |
int | convert_diary (int npkts, uint8_t dstore[], double otime[], double orb[], double atime[], double quat[]) |
int | orb2lla (int nRecords, double orb[], double lon[], double lat[], double alt[]) |
Macro Definition Documentation
◆ MAX_RECORDS
#define MAX_RECORDS 10000 |
Definition at line 1 of file snpp_diary_to_llh.h.
Function Documentation
◆ convert_diary()
int convert_diary | ( | int | npkts, |
uint8_t | dstore[], | ||
double | otime[], | ||
double | orb[], | ||
double | atime[], | ||
double | quat[] | ||
) |
Definition at line 20 of file convert_diary.c.