| Package | Description |
|---|---|
| jp.go.aist.rtm.RTC.port |
| Modifier and Type | Method and Description |
|---|---|
void |
OutPort.setOnOverflow(OnOverflow<DataType> onOverflow)
sets the callback interface called when data cannot be written in
a full buffer.
|
void |
InPort.setOnOverflow(OnOverflow<DataType> onOverflow)
データ書き込み時に、バッファオーバーフロー検出の際に呼び出される
コールバックインタフェースを設定します。
|