Class PlainTcoAiConfig
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAiConfig
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 PlainTcoAiConfig : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoAiConfig()
Declaration
public PlainTcoAiConfig()
Fields
|
Improve this Doc
View Source
_Gain
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_Offset
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_RawHigh
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
_RawLow
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
_RealHigh
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_RealLow
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
Gain
Declaration
public float Gain { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Offset
Declaration
public float Offset { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RawHigh
Declaration
public int RawHigh { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RawLow
Declaration
public int RawLow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RealHigh
Declaration
public float RealHigh { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RealLow
Declaration
public float RealLow { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoAiConfig)
Declaration
public void CopyCyclicToPlain(ITcoAiConfig source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoAiConfig)
Declaration
public void CopyCyclicToPlain(TcoAiConfig source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoAiConfig)
Declaration
public void CopyPlainToCyclic(ITcoAiConfig target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoAiConfig)
Declaration
public void CopyPlainToCyclic(TcoAiConfig target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoAiConfig)
Declaration
public void CopyPlainToShadow(IShadowTcoAiConfig target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoAiConfig)
Declaration
public void CopyPlainToShadow(TcoAiConfig target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoAiConfig)
Declaration
public void CopyShadowToPlain(IShadowTcoAiConfig source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoAiConfig)
Declaration
public void CopyShadowToPlain(TcoAiConfig 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