ocssw
V2022
|
getcal_proto_osmi.h File Reference
#include <stdint.h>
Include dependency graph for getcal_proto_osmi.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int32_t | get_cal_osmi (char *cal_path, int16_t syear, int16_t sday, int16_t eday, int32_t msec, int16_t *cal_year, int16_t *cal_day, int32_t *cal_msec, float *eoffset, float *egain, float *temp, float *mirror, float *t_const, float *t_linear, float *t_quadratic, float *slope, float *dc, float *sm) |
int32_t | get_index_osmi (int32_t fid, int16_t syear, int16_t sday, int16_t eday, int32_t msec, int16_t *cal_year, int16_t *cal_day, int32_t *cal_msec) |
int32_t | read_parm_data_osmi (int32_t fid, int32_t sdfid, int32_t index, float *eoffset, float *egain, float *temp, float *mirror, float *t_const, float *t_linear, float *t_quadratic, float *slope, float *dc, float *sm) |
Function Documentation
◆ get_cal_osmi()
int32_t get_cal_osmi | ( | char * | cal_path, |
int16_t | syear, | ||
int16_t | sday, | ||
int16_t | eday, | ||
int32_t | msec, | ||
int16_t * | cal_year, | ||
int16_t * | cal_day, | ||
int32_t * | cal_msec, | ||
float * | eoffset, | ||
float * | egain, | ||
float * | temp, | ||
float * | mirror, | ||
float * | t_const, | ||
float * | t_linear, | ||
float * | t_quadratic, | ||
float * | slope, | ||
float * | dc, | ||
float * | sm | ||
) |
Definition at line 99 of file get_cal_osmi.c.
◆ get_index_osmi()
int32_t get_index_osmi | ( | int32_t | fid, |
int16_t | syear, | ||
int16_t | sday, | ||
int16_t | eday, | ||
int32_t | msec, | ||
int16_t * | cal_year, | ||
int16_t * | cal_day, | ||
int32_t * | cal_msec | ||
) |
Definition at line 75 of file get_cal_misc_osmi.c.
◆ read_parm_data_osmi()
int32_t read_parm_data_osmi | ( | int32_t | fid, |
int32_t | sdfid, | ||
int32_t | index, | ||
float * | eoffset, | ||
float * | egain, | ||
float * | temp, | ||
float * | mirror, | ||
float * | t_const, | ||
float * | t_linear, | ||
float * | t_quadratic, | ||
float * | slope, | ||
float * | dc, | ||
float * | sm | ||
) |
Definition at line 214 of file get_cal_misc_osmi.c.