#include <cmdlist.h>
Data Fields | |
| structType_t | sentry |
| cmdType_t | type |
| struct _cmdNode_t * | dest |
| int | arg |
| union { | |
| char * name | |
| marker_t until | |
| }; | |
| struct _cmdNode_t * | prev |
| struct _cmdNode_t * | next |
Command type
struct _cmdNode_t* cmdNode_t::dest [read] |
Only valid for CT_LOOP* and subproc CTs
| int cmdNode_t::arg |
Loop iterator for CT_LOOP, arg for CT_SET
| char* cmdNode_t::name |
Only valid for CT_STITCH and CT_SET
Used for variable loop iteration
| union { ... } |
struct _cmdNode_t* cmdNode_t::prev [read] |
The previous node
struct _cmdNode_t* cmdNode_t::next [read] |
The next node
1.5.3