Interface ITcoAoConfig
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoElementsConnector.dll
Syntax
public interface ITcoAoConfig : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gain
Declaration
IOnlineReal Gain { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
Offset
Declaration
IOnlineReal Offset { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
RawHigh
Declaration
IOnlineDInt RawHigh { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDInt |
|
|
Improve this Doc
View Source
RawLow
Declaration
IOnlineDInt RawLow { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDInt |
|
|
Improve this Doc
View Source
RealHigh
Declaration
IOnlineReal RealHigh { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
RealLow
Declaration
IOnlineReal RealLow { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoAoConfig CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoAoConfig)
Declaration
void FlushOnlineToPlain(PlainTcoAoConfig source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoAoConfig)
Declaration
void FlushPlainToOnline(PlainTcoAoConfig source)
Parameters