Interface ITcoSequencerBase
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoSequencerBase : ITcoStateExtendible, ITcoStateBase, ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_currentStep
Declaration
IStepDetails _currentStep { get; }
Property Value
|
Improve this Doc
View Source
_LastCycleTime
Declaration
IOnlineTime _LastCycleTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
_modeController
Declaration
ITcoSequencerModeController _modeController { get; }
Property Value
|
Improve this Doc
View Source
_SequenceElapsedTime
Declaration
IOnlineTime _SequenceElapsedTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
_sequencerErrorId
Declaration
[ReadOnly]
[EnumeratorDiscriminator(typeof(eSequencerError))]
IOnlineInt _sequencerErrorId { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_sequencerHasError
Declaration
[ReadOnly]
IOnlineBool _sequencerHasError { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_StepElapsedTime
Declaration
IOnlineTime _StepElapsedTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoSequencerBase CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoSequencerBase)
Declaration
void FlushOnlineToPlain(PlainTcoSequencerBase source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoSequencerBase)
Declaration
void FlushPlainToOnline(PlainTcoSequencerBase source)
Parameters