Interface IWriteConnector<T>
- Type Parameters:
T
- data type
- All Superinterfaces:
IDataConnector<T>
- All Known Implementing Classes:
EDataConnectorD
IWriteConnector interface.
- Author:
- igor@scictrl.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.scictrl.mp.orbitcorrect.model.IDataConnector
IDataConnector.PushStrategy, IDataConnector.UpdateStrategy
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getMaxValue.double
getMinValue.void
set.Methods inherited from interface org.scictrl.mp.orbitcorrect.model.IDataConnector
dataType, destroy, get, getFormat, getLatestReceivedTimestamp, getLatestReceivedValue, getName, isReady, test
-
Method Details
-
getMaxValue
getMaxValue.
- Returns:
- a double
- Throws:
ControlSystemException
- if any.
-
getMinValue
getMinValue.
- Returns:
- a double
- Throws:
ControlSystemException
- if any.
-
set
set.
- Parameters:
d
- a T object- Throws:
ControlSystemException
- if any.
-