Class PlainTcoAi
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAi
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: TcoElementsConnector.dll
Syntax
public class PlainTcoAi : PlainTcoComponent, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoAi()
Declaration
Fields
|
Improve this Doc
View Source
__config
Declaration
PlainTcoAiConfig __config
Field Value
|
Improve this Doc
View Source
__rawRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
__realRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
__scaled
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
__signal
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
__signalInfo
Declaration
PlainTcoSignalInfo __signalInfo
Field Value
|
Improve this Doc
View Source
__status
Declaration
PlainTcoAiStatus __status
Field Value
Properties
|
Improve this Doc
View Source
_config
Declaration
public PlainTcoAiConfig _config { get; set; }
Property Value
|
Improve this Doc
View Source
_rawRange
Declaration
public float _rawRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_realRange
Declaration
public float _realRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_scaled
Declaration
public float _scaled { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_signal
Declaration
public int _signal { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
_signalInfo
Declaration
public PlainTcoSignalInfo _signalInfo { get; set; }
Property Value
|
Improve this Doc
View Source
_status
Declaration
public PlainTcoAiStatus _status { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoAi)
Declaration
public void CopyCyclicToPlain(ITcoAi source)
Parameters
Type |
Name |
Description |
ITcoAi |
source |
|
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoAi)
Declaration
public void CopyCyclicToPlain(TcoAi source)
Parameters
Type |
Name |
Description |
TcoAi |
source |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoAi)
Declaration
public void CopyPlainToCyclic(ITcoAi target)
Parameters
Type |
Name |
Description |
ITcoAi |
target |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoAi)
Declaration
public void CopyPlainToCyclic(TcoAi target)
Parameters
Type |
Name |
Description |
TcoAi |
target |
|
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoAi)
Declaration
public void CopyPlainToShadow(IShadowTcoAi target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoAi)
Declaration
public void CopyPlainToShadow(TcoAi target)
Parameters
Type |
Name |
Description |
TcoAi |
target |
|
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoAi)
Declaration
public void CopyShadowToPlain(IShadowTcoAi source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoAi)
Declaration
public void CopyShadowToPlain(TcoAi source)
Parameters
Type |
Name |
Description |
TcoAi |
source |
|
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