6 #ifndef AMDAEMON_USBIOANALOGINPUT_H 7 #define AMDAEMON_USBIOANALOGINPUT_H 22 class InnerIndexHolder;
60 std::uint16_t
getValue(std::size_t channelIndex)
const;
73 ::amdaemon::util::toContainer<decltype(getValues())>(
75 [
this](std::size_t i) {
return getValue(i); });
79 std::size_t _nodeIndex;
90 #endif // AMDAEMON_USBIOANALOGINPUT_H
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13