OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
abfpipe.h File Reference
#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

Macro Definition Documentation

◆ _FCALL

#define _FCALL

Definition at line 48 of file abfpipe.h.

◆ PIPE_BUF

#define PIPE_BUF   1024

Definition at line 57 of file abfpipe.h.

Function Documentation

◆ BUILD_ABFFILE()

void _FCALL BUILD_ABFFILE ( int * finp,
int * fout,
int * code_ret,
int * ifil,
int * len,
int * ifiltmp,
int * lentmp,
int * nb_index_abf )

◆ build_abffile()

void build_abffile ( int * finp,
int * fout,
int * code_ret,
int * ifil,
int * len,
int * ifiltmp,
int * lentmp,
int * nb_index_abf )

◆ build_abffile_()

void build_abffile_ ( int * finp,
int * fout,
int * code_ret,
int * ifil,
int * len,
int * ifiltmp,
int * lentmp,
int * nb_index_abf )

◆ CHECK_ABF()

void _FCALL CHECK_ABF ( int * finp,
int * fout,
int * code_ret )

◆ check_abf()

void check_abf ( int * finp,
int * fout,
int * code_ret )

◆ check_abf_()

void check_abf_ ( int * finp,
int * fout,
int * code_ret )

◆ check_abf__()

void check_abf__ ( int * finp,
int * fout,
int * code_ret )

◆ OPEN_ABFPIPE()

void _FCALL OPEN_ABFPIPE ( int * parent_rd,
int * parent_wr,
int * code_abf,
int * radiossv,
int * abfv,
int * nb_of_files )

◆ open_abfpipe()

void open_abfpipe ( int * parent_rd,
int * parent_wr,
int * code_abf,
int * radiossv,
int * abfv,
int * nb_of_files )

◆ open_abfpipe_()

void open_abfpipe_ ( int * parent_rd,
int * parent_wr,
int * code_abf,
int * radiossv,
int * abfv,
int * nb_of_files )

◆ open_abfpipe__()

void open_abfpipe__ ( int * parent_rd,
int * parent_wr,
int * code_abf,
int * radiossv,
int * abfv,
int * nb_of_files )

◆ read_abf_converter()

int read_abf_converter ( int pipe,
char * buf,
int nbytes )

◆ write_abf_converter()

int write_abf_converter ( int pipe,
char * buf,
int nbytes )

Variable Documentation

◆ abf_pid

int abf_pid

Definition at line 61 of file abfpipe.h.

◆ hProcess

int hProcess

Definition at line 50 of file abfpipe.h.