jp.go.aist.rtm.RTC.port
クラス ConnectorDataListenerType
java.lang.Object
jp.go.aist.rtm.RTC.port.ConnectorDataListenerType
public class ConnectorDataListenerType
- extends java.lang.Object
The types of ConnectorDataListener
- ON_BUFFER_WRITE: At the time of buffer write
- ON_BUFFER_FULL: At the time of buffer full
- ON_BUFFER_WRITE_TIMEOUT:At the time of buffer write timeout
- ON_BUFFER_OVERWRITE: At the time of buffer overwrite
- ON_BUFFER_READ: At the time of buffer read
- ON_SEND: At the time of sending to InPort
- ON_RECEIVED: At the time of finishing sending to InPort
- ON_RECEIVER_FULL: At the time of bufferfull of InPort
- ON_RECEIVER_TIMEOUT: At the time of timeout of InPort
- ON_RECEIVER_ERROR: At the time of error of InPort
メソッドの概要 |
static java.lang.String |
toString(int type)
Convert ConnectorDataListenerType into the string. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ON_BUFFER_WRITE
public static final int ON_BUFFER_WRITE
- 関連項目:
- 定数フィールド値
ON_BUFFER_FULL
public static final int ON_BUFFER_FULL
- 関連項目:
- 定数フィールド値
ON_BUFFER_WRITE_TIMEOUT
public static final int ON_BUFFER_WRITE_TIMEOUT
- 関連項目:
- 定数フィールド値
ON_BUFFER_OVERWRITE
public static final int ON_BUFFER_OVERWRITE
- 関連項目:
- 定数フィールド値
ON_BUFFER_READ
public static final int ON_BUFFER_READ
- 関連項目:
- 定数フィールド値
ON_SEND
public static final int ON_SEND
- 関連項目:
- 定数フィールド値
ON_RECEIVED
public static final int ON_RECEIVED
- 関連項目:
- 定数フィールド値
ON_RECEIVER_FULL
public static final int ON_RECEIVER_FULL
- 関連項目:
- 定数フィールド値
ON_RECEIVER_TIMEOUT
public static final int ON_RECEIVER_TIMEOUT
- 関連項目:
- 定数フィールド値
ON_RECEIVER_ERROR
public static final int ON_RECEIVER_ERROR
- 関連項目:
- 定数フィールド値
CONNECTOR_DATA_LISTENER_NUM
public static final int CONNECTOR_DATA_LISTENER_NUM
- 関連項目:
- 定数フィールド値
ConnectorDataListenerType
public ConnectorDataListenerType()
toString
public static java.lang.String toString(int type)
-
Convert ConnectorDataListenerType into the string.
Convert ConnectorDataListenerType into the string.
- パラメータ:
type
-
type The target ConnectorDataListenerType for transformation
- 戻り値:
-
Trnasformation result of string representation