UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sdstool.H
1 // sdstool.H $Revision: 1.5 $ $Date: 1996/11/06 13:30:46 $
2 
3 #if !defined __sdstool_H
4 
5 #define __sdstool_H
6 
7 extern "C"
8 {
9 
10 #include <sdstool.h>
11 #include <mix/sds_colors.h>
12 
13 int InitWarning (YType*);
14 
15 void get_proj_name(Widget parentWidget,
16  int placement,
17  const char* szDataDir,
18  const char* szTitle,
19  const char* szFileExt,
20  const char* sz1stChars,
21  int linesCount,
22  int selectMode,
23  int (*yCallback)(int),
24  char* szSelectedProject,
25  char* szSelectedMod,
26  int* selectionCount);
27 
28 int YmNOut (CallB cb, int delayCycles);
29 int SInitParm (int argc, char** argv, char project[9],
30  char jobname[7], char imod[5], char omod[5][5]);
31 void SEndProc (int code);
32 
33 };
34 
35 
36 #endif // sdstool.H
Definition: ymprog.h:1019