21 #ifndef RxRESPONSEIOSAMPLEBASE_H
22 #define RxRESPONSEIOSAMPLEBASE_H
24 #include "RxBaseResponse"
56 Q_DECLARE_FLAGS(ChannelMask, Pin)
62 virtual void clear ();
65 void setChannelMask (ChannelMask mask);
66 ChannelMask channelMask ()
const;
68 void setSampleCount (
const quint8 count);
69 quint8 sampleCount ()
const;
75 quint8 m_samplesCount;
76 ChannelMask m_channelMask;
81 #endif // RxRESPONSEIOSAMPLEBASE_H