ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include "l1.h"
#include "l12_parms.h"
#include "l12_proto.h"
Include dependency graph for getl1rec.c:
Go to the source code of this file.
Functions | |
void | free_l1q () |
int32_t | alloc_l1q (int32_t nq, filehandle *l1file, l1qstr *l1que) |
int | loadl1q (filehandle *l1file, int32_t iscan, int32_t dscan) |
int | getl1rec (int32_t iscan, int32_t dscan, l1str *l1rec) |
Variables | |
l1qstr | l1que |
Function Documentation
◆ alloc_l1q()
int32_t alloc_l1q | ( | int32_t | nq, |
filehandle * | l1file, | ||
l1qstr * | l1que | ||
) |
Definition at line 28 of file getl1rec.c.
◆ free_l1q()
void free_l1q | ( | ) |
Definition at line 13 of file getl1rec.c.
◆ getl1rec()
int getl1rec | ( | int32_t | iscan, |
int32_t | dscan, | ||
l1str * | l1rec | ||
) |
Definition at line 119 of file getl1rec.c.
◆ loadl1q()
int loadl1q | ( | filehandle * | l1file, |
int32_t | iscan, | ||
int32_t | dscan | ||
) |
Definition at line 63 of file getl1rec.c.
Variable Documentation
◆ l1que
l1qstr l1que |
Definition at line 7 of file getl1rec.c.