Main Page Alphabetical List Compound List File List Compound Members File Members
pipe_read_tests.c File ReferenceTest GATEndpoint and GATPipe API's related to GATPipe_Read.
More...
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
#include "GAT.h"
#include "GATTestUtils.h"
Include dependency graph for pipe_read_tests.c:
Go to the source code of this file.
|
Functions |
| 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_read_tests.c,v 1.1 2004/05/07 09:41:59 merzky Exp $" |
Detailed Description
Test GATEndpoint and GATPipe API's related to GATPipe_Read.
- Date:
-
Tue Mar 30 2004
- Version:
-
- Header:
-
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/pipe_read_tests.c,v 1.1 2004/05/07 09:41:59 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_read_tests.c.
Function Documentation
| int main |
( |
int |
argc, |
|
|
const char *const |
argv[] |
|
) |
|
|
|
|
Definition at line 41 of file pipe_read_tests.c.
References data, GAT_FAIL, GAT_SUCCEEDED, GAT_TEST, GAT_TEST_FINISH, GAT_TEST_INIT, GAT_TEST_START, GAT_TEST_STOP, GAT_TEST_SUITE, GAT_TEST_TRACE, GATAdvertService, GATAdvertService_Add(), GATAdvertService_Create(), GATAdvertService_Destroy(), GATContext_Create(), GATContext_Destroy(), GATContext_GetType(), GATEndpoint_Create(), GATEndpoint_Destroy(), GATEndpoint_Listen(), GATPipe_Destroy(), GATPipe_Read(), GATResult, GATString_Create(), GATString_Destroy(), GATTable_Add_String(), GATTable_Create(), GATTable_Destroy(), GATType_GATContext, and GATuint32. |
Variable Documentation
const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/pipe_read_tests.c,v 1.1 2004/05/07 09:41:59 merzky Exp $" [static]
|
|
|