Class Plain_internals_TcoContext
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
Plain_internals_TcoContext
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 Plain_internals_TcoContext : PlainTcoContext, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
Plain_internals_TcoContext()
Declaration
public Plain_internals_TcoContext()
Fields
|
Improve this Doc
View Source
__plcCycleCounter
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__probeCurrentCycleCount
Declaration
ulong __probeCurrentCycleCount
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__probeRunRequiredCycles
Declaration
ulong __probeRunRequiredCycles
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__testDoneCounter
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__testId
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
Properties
|
Improve this Doc
View Source
_plcCycleCounter
Declaration
public ulong _plcCycleCounter { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_probeCurrentCycleCount
Declaration
public ulong _probeCurrentCycleCount { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_probeRunRequiredCycles
Declaration
public ulong _probeRunRequiredCycles { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_testDoneCounter
Declaration
public ulong _testDoneCounter { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_testId
Declaration
public ulong _testId { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(_internals_TcoContext)
Declaration
public void CopyCyclicToPlain(_internals_TcoContext source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(I_internals_TcoContext)
Declaration
public void CopyCyclicToPlain(I_internals_TcoContext source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(_internals_TcoContext)
Declaration
public void CopyPlainToCyclic(_internals_TcoContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(I_internals_TcoContext)
Declaration
public void CopyPlainToCyclic(I_internals_TcoContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(_internals_TcoContext)
Declaration
public void CopyPlainToShadow(_internals_TcoContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadow_internals_TcoContext)
Declaration
public void CopyPlainToShadow(IShadow_internals_TcoContext target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(_internals_TcoContext)
Declaration
public void CopyShadowToPlain(_internals_TcoContext source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadow_internals_TcoContext)
Declaration
public void CopyShadowToPlain(IShadow_internals_TcoContext 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