T - 設定値クラスpublic abstract class GpioActuatorBase<T extends GpioActuatorConfig> extends PiActuatorBase<T>
| コンストラクタと説明 |
|---|
GpioActuatorBase(java.lang.String id,
T config)
コンストラクタです。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Pin |
getInterlockPin()
手動操作選択ピンを取得します。
|
boolean |
isInterlock()
手動動作モードであるかを判定します。
|
protected void |
onInit()
初期化(init)実行時に呼び出されます。
|
protected void |
onStart()
初期処理を行います。
|
protected void |
onStop()
停止時の追加処理を実装するメソッドです。
|
setValuechangeMode, getAction, getActionMode, getActiveRcAService, getActiveRcMService, getOprServices, getRcAServices, getRcMServices, init, isRepresentative, notifyException, setAction, setActionMode, start, stopaddListener, getConfig, getDevice, getId, getListeners, getValue, notifyStarted, notifyStopped, notifyUpdated, removeListener, setDevicepublic GpioActuatorBase(java.lang.String id,
T config)
id - コンポーネントIDconfig - 設定値protected void onInit()
throws java.lang.Exception
AbstractComponentonInit クラス内 PiActuatorBase<T extends GpioActuatorConfig>java.lang.Exception - 処理に失敗するとスローされます。public boolean isInterlock()
public Pin getInterlockPin()
protected void onStart()
throws java.lang.Exception
onStart クラス内 PiActuatorBase<T extends GpioActuatorConfig>java.lang.Exception - 処理に失敗するとスローされます。protected void onStop()
throws java.lang.Exception
AbstractComponentonStop クラス内 PiActuatorBase<T extends GpioActuatorConfig>java.lang.Exception - 処理に失敗するとスローされます。