6 #ifndef AMDAEMON_JVSNODE_H 7 #define AMDAEMON_JVSNODE_H 21 class InnerIndexHolder;
33 explicit JvsNode(InnerIndexHolder);
63 return _generalOutput;
69 return _generalOutput;
87 #endif // AMDAEMON_JVSNODE_H JVSボード単体の入出力処理を提供するクラス。
Definition: JvsNode.h:28
const JvsAnalogInput & getAnalogInput() const
アナログ入力情報インスタンスを取得する。
Definition: JvsNode.h:47
JVS汎用ドライバ出力処理を行うクラス JvsGeneralOutput のヘッダ。
const JvsSwitchInput & getSwitchInput() const
スイッチ入力情報インスタンスを取得する。
Definition: JvsNode.h:40
JvsGeneralOutput & getGeneralOutput()
汎用ドライバ出力処理インスタンスを取得する。
Definition: JvsNode.h:61
JvsNode(InnerIndexHolder)
コンストラクタ。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
const JvsGeneralOutput & getGeneralOutput() const
汎用ドライバ出力処理インスタンスを取得する。
Definition: JvsNode.h:67
JVS汎用ドライバ出力処理を行うクラス。
Definition: JvsGeneralOutput.h:27
const JvsRotaryInput & getRotaryInput() const
ロータリ入力情報インスタンスを取得する。
Definition: JvsNode.h:54