ocssw
V2022
|
Include dependency graph for l1io.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | l1info_struct_d |
Functions | |
int32_t | l1io_open (char *, l1info_struct *, int32_t *, int32_t *) |
int32_t | l1io_read (l1info_struct, int, int16_t *, navblockType *) |
void | l1io_close (l1info_struct) |
Function Documentation
◆ l1io_close()
void l1io_close | ( | l1info_struct | ) |
Definition at line 4 of file l1io_close.c.
◆ l1io_open()
int32_t l1io_open | ( | char * | , |
l1info_struct * | , | ||
int32_t * | , | ||
int32_t * | |||
) |
Definition at line 4 of file l1io_open.c.
◆ l1io_read()
int32_t l1io_read | ( | l1info_struct | , |
int | , | ||
int16_t * | , | ||
navblockType * | |||
) |
Definition at line 5 of file l1io_read.c.