public class Timestamp<DataType> extends ConnectorDataListenerT<DataType>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
m_tstype |
m_id, rtcout
Constructor and Description |
---|
Timestamp(java.lang.String name,
java.lang.Class cl) |
Modifier and Type | Method and Description |
---|---|
ReturnCode |
operator(ConnectorBase.ConnectorInfo info,
DataType data)
Abstract Callback method
|
update
public ReturnCode operator(ConnectorBase.ConnectorInfo info, DataType data)
ConnectorDataListenerT
This method invokes the callback method of ConnectorDataListenerT. Data is converted into the variable type used in DataPort.
operator
in class ConnectorDataListenerT<DataType>
info
-
ConnectorInfodata
-
Data