public static interface SequencerSimulation.FunctionListener
| Modifier and Type | Method and Description |
|---|---|
void |
functionCalled(int function,
boolean infiniteLoop,
int repetitions)
Called whenever a new function is entered.
|
void functionCalled(int function,
boolean infiniteLoop,
int repetitions)
function - The index of the functioninfiniteLoop - true if the function will loop until
stop/steprepetitions - The number of repetitions of this functionCopyright © 2019 LSST. All rights reserved.