15 #include <csi/pep_defs.h>
27 #if defined(__cplusplus) && defined(PEP_CORE)
51 void PEP_AppStart (
const char* application,
int ver_no,
52 int argc,
char** argv);
55 void PEP_AppEnd (
int exit_code);
58 #define exit(exit_code) PEP_AppEnd(exit_code)
61 void PEP_GetValue (PEP pep,
const char* pname, ...);
64 void PEP_SetValue (PEP pep,
const char* pname, ...);
72 void PEP_InputValues (PEP pep, FILE* stream);
75 void PEP_OutputValues (PEP pep, FILE* stream);
78 int PEP_ParamCount (PEP pep);
81 void PEP_ParamDesc (PEP pep,
int pindex,
PEP_ParDesc* pdesc);
85 void PEP_GetTextValue (PEP pep,
const char* pname,
char** text);
88 void PEP_SetTextValue (PEP pep,
const char* pname,
const char* text);
92 #ifndef __pep_cli_global_vars
95 extern PEP pepParameters;
96 extern PEP pepRuntime;
97 extern PEP pepResults;
98 extern PEP pepProperties;
char * targ
Definition: pep_cli.h:39
char * label
Definition: pep_cli.h:40
char * name
Definition: pep_cli.h:37
char * type
Definition: pep_cli.h:38
char * anno
Definition: pep_cli.h:41