AM Daemon ライブラリリファレンス
|
USB I/O ボード単体の入出力処理を提供するクラス。 [詳解]
#include <UsbIONode.h>
公開メンバ関数 | |
UsbIONode (InnerIndexHolder) | |
コンストラクタ。 [詳解] | |
const UsbIOSwitchInput & | getSwitchInput () const |
スイッチ入力情報インスタンスを取得する。 [詳解] | |
const UsbIOAnalogInput & | getAnalogInput () const |
アナログ入力情報インスタンスを取得する。 [詳解] | |
const UsbIORotaryInput & | getRotaryInput () const |
ロータリ入力情報インスタンスを取得する。 [詳解] | |
const UsbIOUniqueInput & | getUniqueInput () const |
ユニーク入力情報インスタンスを取得する。 [詳解] | |
UsbIOGeneralOutput & | getGeneralOutput () |
汎用出力処理インスタンスを取得する。 [詳解] | |
const UsbIOGeneralOutput & | getGeneralOutput () const |
汎用出力処理インスタンスを取得する。 [詳解] | |
UsbIOPwmOutput & | getPwmOutput () |
PWM出力処理インスタンスを取得する。 [詳解] | |
const UsbIOPwmOutput & | getPwmOutput () const |
PWM出力処理インスタンスを取得する。 [詳解] | |
UsbIOUniqueOutput & | getUniqueOutput () |
ユニーク出力処理インスタンスを取得する。 [詳解] | |
const UsbIOUniqueOutput & | getUniqueOutput () const |
ユニーク出力処理インスタンスを取得する。 [詳解] | |
USB I/O ボード単体の入出力処理を提供するクラス。
このクラスのインスタンスをアプリ側で直接生成することはできない。 UsbIO クラスのメンバ関数 UsbIO::getNode から取得すること。
|
explicit |
コンストラクタ。
|
inline |
スイッチ入力情報インスタンスを取得する。
|
inline |
アナログ入力情報インスタンスを取得する。
|
inline |
ロータリ入力情報インスタンスを取得する。
|
inline |
ユニーク入力情報インスタンスを取得する。
|
inline |
汎用出力処理インスタンスを取得する。
|
inline |
汎用出力処理インスタンスを取得する。
|
inline |
PWM出力処理インスタンスを取得する。
|
inline |
PWM出力処理インスタンスを取得する。
|
inline |
ユニーク出力処理インスタンスを取得する。
|
inline |
ユニーク出力処理インスタンスを取得する。