Class PlainTcoSequencerBase
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoSequencerBase
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoSequencerBase : PlainTcoStateExtendible, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoSequencerBase()
Declaration
public PlainTcoSequencerBase()
Fields
|
Improve this Doc
View Source
__constMaxStepID
Declaration
public const short __constMaxStepID = 32766
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__constMinStepID
Declaration
public const short __constMinStepID = -32767
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__constRESTORE_STEP_ID
Declaration
public const short __constRESTORE_STEP_ID = 32766
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__currentStep
Declaration
PlainStepDetails __currentStep
Field Value
|
Improve this Doc
View Source
__LastCycleTime
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
__modeController
Declaration
PlainTcoSequencerModeController __modeController
Field Value
|
Improve this Doc
View Source
__SequenceElapsedTime
Declaration
TimeSpan __SequenceElapsedTime
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
__sequencerErrorId
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__sequencerHasError
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__StepElapsedTime
Declaration
TimeSpan __StepElapsedTime
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_MaxStepID
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_MinStepID
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_RESTORE_STEP_ID
Declaration
Field Value
Type |
Description |
System.Int16 |
|
Properties
|
Improve this Doc
View Source
_currentStep
Declaration
public PlainStepDetails _currentStep { get; set; }
Property Value
|
Improve this Doc
View Source
_LastCycleTime
Declaration
public TimeSpan _LastCycleTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_modeController
Declaration
public PlainTcoSequencerModeController _modeController { get; set; }
Property Value
|
Improve this Doc
View Source
_SequenceElapsedTime
Declaration
public TimeSpan _SequenceElapsedTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_sequencerErrorId
Declaration
public short _sequencerErrorId { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_sequencerHasError
Declaration
public bool _sequencerHasError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_StepElapsedTime
Declaration
public TimeSpan _StepElapsedTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
MaxStepID
Declaration
public short MaxStepID { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
MinStepID
Declaration
public short MinStepID { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
RESTORE_STEP_ID
Declaration
public short RESTORE_STEP_ID { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoSequencerBase)
Declaration
public void CopyCyclicToPlain(ITcoSequencerBase source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoSequencerBase)
Declaration
public void CopyCyclicToPlain(TcoSequencerBase source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoSequencerBase)
Declaration
public void CopyPlainToCyclic(ITcoSequencerBase target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoSequencerBase)
Declaration
public void CopyPlainToCyclic(TcoSequencerBase target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoSequencerBase)
Declaration
public void CopyPlainToShadow(IShadowTcoSequencerBase target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoSequencerBase)
Declaration
public void CopyPlainToShadow(TcoSequencerBase target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoSequencerBase)
Declaration
public void CopyShadowToPlain(IShadowTcoSequencerBase source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoSequencerBase)
Declaration
public void CopyShadowToPlain(TcoSequencerBase source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain