yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
runstack_entry_t Struct Reference

one script run level context entry each time a 'run script' command is encountered, a new stack context is created, unless max_script_level is reached More...

#include <runstack.h>

Data Fields

dlq_hdr_t qhdr
 queue header
 
uint32 level
 current runsack level
 
FILE * fp
 file open for input
 
xmlChar * source
 filespec for input
 
xmlChar * buff
 buffer to store input
 
int bufflen
 length of buffer
 
uint32 linenum
 current line number
 
dlq_hdr_t parmQ
 Q of ncx_var_t.
 
dlq_hdr_t varQ
 Q of ncx_var_t.
 
dlq_hdr_t condcbQ
 Q of runstack_condcb_t.
 

Detailed Description

one script run level context entry each time a 'run script' command is encountered, a new stack context is created, unless max_script_level is reached


The documentation for this struct was generated from the following file: