|
lemAutoRun
1.0
|
#include <PAutoRunParser.h>

Public Attributes | |
| PXMLLoopListVector | list |
| vector of all elements over which will be looped (e.g. temp. list) More... | |
| double | iterator [3] |
| start, stop, step of the iterator More... | |
| AutoRunCmd | loopCmd |
| loop cmd (loopSetTemp or loopSetSampleHV or loopSetField) More... | |
| PAutoRunCmdVector | cmd |
| vector of additional cmd's in the loop More... | |
| PAutoRunCmdVector | expandedCmd |
| vector of the expanded loop cmd's: generated at the end of the loop More... | |
Structure holding all information needed to finally expand the loop into a sequence of commands.
Definition at line 66 of file PAutoRunParser.h.
| PAutoRunCmdVector XMLLoopInfo::cmd |
vector of additional cmd's in the loop
Definition at line 70 of file PAutoRunParser.h.
| PAutoRunCmdVector XMLLoopInfo::expandedCmd |
vector of the expanded loop cmd's: generated at the end of the loop
Definition at line 71 of file PAutoRunParser.h.
| double XMLLoopInfo::iterator[3] |
start, stop, step of the iterator
Definition at line 68 of file PAutoRunParser.h.
| PXMLLoopListVector XMLLoopInfo::list |
vector of all elements over which will be looped (e.g. temp. list)
Definition at line 67 of file PAutoRunParser.h.
| AutoRunCmd XMLLoopInfo::loopCmd |
loop cmd (loopSetTemp or loopSetSampleHV or loopSetField)
Definition at line 69 of file PAutoRunParser.h.
1.8.14