IritPrsrSrvrExecAndConnect

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

IritPrsrSrvrExecAndConnect()  

SYNOPSIS

prsr_lib/soc_srvr.c:652

int IritPrsrSrvrExecAndConnect(char *Program,
                               int *PrgmInput,
                               int *PrgmOutput,
                               int IsBinary)
 

DESCRIPTION

Executes the given program and connect to it io ports.  

PARAMETERS:

Program: Name of program to execute. Name can be NULL, in which the user is prompt to execute the program manually.

PrgmInput: A handler to the Program's input channel.

PrgmOutput: A handler to the Program's output channel.

IsBinary: If TRUE sets channels to binary, if FALSE channels are text. This is assuming no IRIT_BIN_IPC environment variable is set, when communication will always be binary.  

FUNCTION RETURN VALUE

int: TRUE, if succesful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:28:00 GMT, July 20, 2024