API changes - 2.14 |
+ public void ApplyBarrel( double widthCenter, double widthEdge, double heightCenter, double heightEdge )
- public abstract Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution )
+ public abstract Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution, bool callProcessTransformationList )
+ public bool SyncProcessTransformationQueue { get; set; }
+ public IReadOnlyCollection<dmat4> ProcessTransformationQueue { get; }
- public virtual Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution )
+ public virtual Guid PrepareMasterSingleList( int executions, bool assertExecutionInProgress, bool assertMarkInProgress, MarkOnTheFlyTriggerProfile motfTriggerHeadProfile, MarkOnTheFlyTriggerProfile motfTriggerTailProfile, MarkOnTheFlyTriggerProfile motfTriggerRepetitionProfile, Guid? parentListGuid, bool provideInfiniteLoopExit, int correctionFileIndex, string markCounterName, bool zeroPowerAfterExecution, bool callProcessTransformationList )
+ public void ClearProcessTransformationQueue( )
+ public void EneuqueProcessTransformation( dmat4 transformation )