|
ocssw
V2022
|
#include <stdint.h>
Include dependency graph for o3_toms.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | toms_txt_info_struc |
Macros | |
| #define | TOMS_TYP_UNKNOWN 0 |
| #define | TOMS_TYP_N7TOMS 1 |
| #define | TOMS_TYP_EPTOMS 2 |
| #define | TOMS_TYP_OMITOMS 3 |
Functions | |
| int | rd_toms_ascii (char *, toms_txt_info_struc *) |
| int | fill_smooth (int16_t *, char *, int32_t, int32_t) |
| int | field_extend (float *, char *, int, int, int, float *) |
| int | mk_ker (float, float **, int *, int *, int *, int *) |
Macro Definition Documentation
◆ TOMS_TYP_EPTOMS
◆ TOMS_TYP_N7TOMS
◆ TOMS_TYP_OMITOMS
◆ TOMS_TYP_UNKNOWN
Function Documentation
◆ field_extend()
| int field_extend | ( | float * | , |
| char * | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| float * | |||
| ) |
Definition at line 95 of file fill_smooth.c.
◆ fill_smooth()
| int fill_smooth | ( | int16_t * | , |
| char * | , | ||
| int32_t | , | ||
| int32_t | |||
| ) |
Definition at line 11 of file fill_smooth.c.
◆ mk_ker()
| int mk_ker | ( | float | , |
| float ** | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | |||
| ) |
Definition at line 265 of file fill_smooth.c.
◆ rd_toms_ascii()
| int rd_toms_ascii | ( | char * | , |
| toms_txt_info_struc * | |||
| ) |
Definition at line 8 of file rd_toms_ascii.c.


