#include <hardware.inc>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <unistd.h>#include <sys/wait.h>#include <sys/times.h>#include <sys/param.h>Go to the source code of this file.
Macros | |
| #define | _FCALL |
| #define | PIPE_BUF 1024 |
Functions | |
| int | write_abf_converter (int pipe, char *buf, int nbytes) |
| int | read_abf_converter (int pipe, char *buf, int nbytes) |
| void | open_abfpipe (int *parent_rd, int *parent_wr, int *code_abf, int *radiossv, int *abfv, int *nb_of_files) |
| void | open_abfpipe_ (int *parent_rd, int *parent_wr, int *code_abf, int *radiossv, int *abfv, int *nb_of_files) |
| void | open_abfpipe__ (int *parent_rd, int *parent_wr, int *code_abf, int *radiossv, int *abfv, int *nb_of_files) |
| void _FCALL | OPEN_ABFPIPE (int *parent_rd, int *parent_wr, int *code_abf, int *radiossv, int *abfv, int *nb_of_files) |
| void | build_abffile (int *finp, int *fout, int *code_ret, int *ifil, int *len, int *ifiltmp, int *lentmp, int *nb_index_abf) |
| void | build_abffile_ (int *finp, int *fout, int *code_ret, int *ifil, int *len, int *ifiltmp, int *lentmp, int *nb_index_abf) |
| void _FCALL | BUILD_ABFFILE (int *finp, int *fout, int *code_ret, int *ifil, int *len, int *ifiltmp, int *lentmp, int *nb_index_abf) |
| void | check_abf (int *finp, int *fout, int *code_ret) |
| void | check_abf_ (int *finp, int *fout, int *code_ret) |
| void | check_abf__ (int *finp, int *fout, int *code_ret) |
| void _FCALL | CHECK_ABF (int *finp, int *fout, int *code_ret) |
Variables | |
| int | hProcess |
| int | abf_pid |
| void _FCALL BUILD_ABFFILE | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret, | ||
| int * | ifil, | ||
| int * | len, | ||
| int * | ifiltmp, | ||
| int * | lentmp, | ||
| int * | nb_index_abf ) |
| void build_abffile | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret, | ||
| int * | ifil, | ||
| int * | len, | ||
| int * | ifiltmp, | ||
| int * | lentmp, | ||
| int * | nb_index_abf ) |
| void build_abffile_ | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret, | ||
| int * | ifil, | ||
| int * | len, | ||
| int * | ifiltmp, | ||
| int * | lentmp, | ||
| int * | nb_index_abf ) |
| void _FCALL CHECK_ABF | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret ) |
| void check_abf | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret ) |
| void check_abf_ | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret ) |
| void check_abf__ | ( | int * | finp, |
| int * | fout, | ||
| int * | code_ret ) |
| void _FCALL OPEN_ABFPIPE | ( | int * | parent_rd, |
| int * | parent_wr, | ||
| int * | code_abf, | ||
| int * | radiossv, | ||
| int * | abfv, | ||
| int * | nb_of_files ) |
| void open_abfpipe | ( | int * | parent_rd, |
| int * | parent_wr, | ||
| int * | code_abf, | ||
| int * | radiossv, | ||
| int * | abfv, | ||
| int * | nb_of_files ) |
| void open_abfpipe_ | ( | int * | parent_rd, |
| int * | parent_wr, | ||
| int * | code_abf, | ||
| int * | radiossv, | ||
| int * | abfv, | ||
| int * | nb_of_files ) |
| void open_abfpipe__ | ( | int * | parent_rd, |
| int * | parent_wr, | ||
| int * | code_abf, | ||
| int * | radiossv, | ||
| int * | abfv, | ||
| int * | nb_of_files ) |
| int read_abf_converter | ( | int | pipe, |
| char * | buf, | ||
| int | nbytes ) |
| int write_abf_converter | ( | int | pipe, |
| char * | buf, | ||
| int | nbytes ) |