buffer in/out 시퀀스 작성중
This commit is contained in:
@@ -283,6 +283,8 @@ namespace Project.StateMachine
|
||||
private int _runStepSeq = 0;
|
||||
public int RunStepSeq { get { return _runStepSeq; } }
|
||||
|
||||
public Stack<ERunStep> BackupRunStep = new Stack<ERunStep>();
|
||||
|
||||
private DateTime runStepStartTime = DateTime.Parse("1982-11-23");
|
||||
private ERunStep _runstepn = ERunStep.READY;
|
||||
private ERunStep _runstepo = ERunStep.READY;
|
||||
|
||||
Reference in New Issue
Block a user