3#define SEQ_NEST_LEVEL_LOOP 10
4#define SEQ_NEST_LEVEL_IF 10
5#define SEQ_NEST_LEVEL_SUB 10
12 char next_filename[10][256];
54#define SEQUENCER_STR(_name) const char *_name[] = {\
56"New File = BOOL : n",\
57"Path = STRING : [256] ",\
58"Filename = STRING : [256] ",\
59"SFilename = STRING : [256]",\
60"Next Filename = STRING[10] :",\
71"Error = STRING : [256] ",\
72"Error line = INT : 0",\
73"SError line = INT : 0",\
74"Message = STRING : [256] ",\
75"Message Wait = BOOL : n",\
77"Finished = BOOL : y",\
80"Current line number = INT : 0",\
81"SCurrent line number = INT : 0",\
82"Follow Libraries = BOOL : y",\
83"Stop after run = BOOL : n",\
84"Transition request = BOOL : n",\
85"Loop start line = INT[10] :",\
96"SLoop start line = INT[10] :",\
107"Loop end line = INT[10] :",\
118"SLoop end line = INT[10] :",\
129"Loop counter = INT[10] :",\
140"Loop n = INT[10] :",\
151"Subdir = STRING : [256] ",\
152"Subdir end line = INT : 0",\
153"Subdir not notify = INT : 0",\
154"If index = INT : 0",\
155"If line = INT[10] :",\
166"If else line = INT[10] :",\
177"If endif line = INT[10] :",\
188"Stack index = INT : 0",\
189"Subroutine end line = INT[10] :",\
200"Subroutine return line = INT[10] :",\
211"Subroutine call line = INT[10] :",\
222"SSubroutine call line = INT[10] :",\
233"Subroutine param = STRING[10] : ",\
244"Wait value = FLOAT : 0",\
245"Wait limit = FLOAT : 0",\
246"Start time = DWORD : 0",\
247"Wait type = STRING : [32] ",\
248"Wait ODB = STRING : [256] ",\
249"Last msg = STRING : [10] 00:00:00",\
#define message(type, str)
#define SEQ_NEST_LEVEL_IF
#define SEQ_NEST_LEVEL_LOOP
#define SEQ_NEST_LEVEL_SUB