UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pep_exec.h
1 /* pep_exec.h -*-C++-*- */
2 /* $Id: pep_exec.h,v 1.2 2008/05/04 11:51:09 vlad Exp $ */
3 #ifndef __pep_exec_h
4 #define __pep_exec_h
5 
6 
7 /*************************************************************
8  *
9  * Execution facilities for PEP applications.
10  *
11  *************************************************************/
12 
13 
14 #include <mix/ErrCodes.h>
15 #include <csi/pep_cli.h>
16 
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif /* C++ */
21 
23  ErrCode PEP_OpenParameters (const char* application,
24  PEP* parameters);
25 
30  ErrCode PEP_LaunchApp (PEP parameters, /* input */
31  PEP* results, int* nJob);/* output */
32 
33 
34 #ifdef __cplusplus
35 };
36 #endif /* C++ */
37 
38 #endif /* pep_exec.h */