malt-wr
filenames.h
Go to the documentation of this file.
1 #define INFORMATION_FILE "tan.short.help"
2 
3 #define CONFIG_FILE "init.config"
4 #define INIT_CONFIG_FILE "init.config"
5 #define JSPICE_CONFIG "config"
6 
7 #define POINT_FILE "point"
8 #define LIMITS_FILE "limits"
9 #define PARAM_FILE "param"
10 #define chFAIL_FILE "chFAIL"
11 
12 /* #define TIMEGEN_FILE ".timegen" */
13 /* #define TIMEGEN_CONST_FILE ".timegen.const" */
14 
15 #define XY_CONFIG_FILE_EXT ".jx"
16 #define PULSE_EXT ".pulses"
17 
18 #ifdef WIN32
19 /* SRW ** for some reason the file redirection isn't working built with
20  mingw running in a Cygwin (DOS box) terminal. */
21 #define BOUNDARY_CALL " boundary > NUL"
22 #define MARGINS_CALL " margins > NUL"
23 #define NEWPOINT_CALL " newpoint > NUL"
24 #else
25 #define BOUNDARY_CALL " boundary > trash"
26 #define MARGINS_CALL " margins > trash"
27 #define NEWPOINT_CALL " newpoint > trash"
28 #endif
29 
30 #define NOMINAL_CALL " nominal"
31 #define MIDDLE_CALL " middle"
32 
33 #define HOLD_CALL " hold"
34 #define SETUP_CALL " setup"
35 #define IHOLD_CALL " ihold"
36 #define ISETUP_CALL " isetup"
37 #define HOLD_FINALS_CALL " view.hold"
38 #define SETUP_FINALS_CALL " view.setup"
39 
40 #define SEPARATION_CALL " separation"