GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

pipe_tests.c File Reference

Test GATEndpoint and GATPipe API's related to GATPipe_Write. More...

#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "GAT.h"
#include "GATTestUtils.h"

Include dependency graph for pipe_tests.c:

Include dependency graph

Go to the source code of this file.

Defines

#define MAX_PATH   _POSIX_PATH_MAX

Functions

int execute_pipe_read_client (void)
int execute_pipe_write_client (void)
int main (int argc, const char *const argv[])

Variables

const char * rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/pipe_tests.c,v 1.4 2004/05/07 10:20:09 merzky Exp $"


Detailed Description

Test GATEndpoint and GATPipe API's related to GATPipe_Write.

Date:
Tue Mar 30 2004
Version:
Header:
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/pipe_tests.c,v 1.4 2004/05/07 10:20:09 merzky Exp

Copyright (C) Hartmut Kaiser This file is part of the GAT Engine. Contributed by Hartmut Kaiser <hartmutkaiser [at] t-online [dot] de>.

Use, modification and distribution is subject to the Gridlab Software License. (See accompanying file GLlicense.txt or copy at http://www.gridlab.org/GLlicense.txt)

Definition in file pipe_tests.c.


Define Documentation

#define MAX_PATH   _POSIX_PATH_MAX
 

Definition at line 35 of file pipe_tests.c.

Referenced by execute_pipe_read_client(), and execute_pipe_write_client().


Function Documentation

int execute_pipe_read_client void    [static]
 

Definition at line 71 of file pipe_tests.c.

References MAX_PATH.

Referenced by main().

int execute_pipe_write_client void    [static]
 

Definition at line 97 of file pipe_tests.c.

References MAX_PATH.

Referenced by main().

int main int    argc,
const char *const    argv[]
 

Definition at line 50 of file pipe_tests.c.

References execute_pipe_read_client(), and execute_pipe_write_client().


Variable Documentation

const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/pipe_tests.c,v 1.4 2004/05/07 10:20:09 merzky Exp $" [static]
 

Definition at line 17 of file pipe_tests.c.