82 std::vector<std::reference_wrapper<JvsNode>>
getNodes()
85 ::amdaemon::util::toContainer<decltype(getNodes())>(
91 std::vector<std::reference_wrapper<const JvsNode>>
getNodes()
const 94 ::amdaemon::util::toContainer<decltype(getNodes())>(
103 #endif // AMDAEMON_JVS_H JVSボード単体の入出力処理を提供するクラス。
Definition: JvsNode.h:28
JVSボード単体の入出力処理を提供するクラス JvsNode のヘッダ。
bool isAvailable() const
JVSの入出力機能を利用可能であるか否かを取得する。
Definition: Jvs.h:53
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
JVSの入出力処理を提供するMonostateクラス。
Definition: Jvs.h:39
std::vector< std::reference_wrapper< const JvsNode > > getNodes() const
ノード操作インスタンス配列を取得する。
Definition: Jvs.h:91
std::vector< std::reference_wrapper< JvsNode > > getNodes()
ノード操作インスタンス配列を取得する。
Definition: Jvs.h:82
std::size_t getNodeCount() const
ノード数(JVSボード数)を取得する。
JvsNode & getNode(std::size_t nodeIndex)
ノード操作インスタンスを取得する。