Public Member Functions | |
QPulse () | |
default constructor | |
virtual | ~QPulse () |
default destructor | |
const int & | GetChannelId () const |
Get ChannelId. | |
const QVector & | GetSamples () const |
Get Samples. | |
QVector & | GetSamples () |
Get Samples. | |
const std::vector< QSampleInfo > & | GetSamplesInfo () const |
Get Samples Info. | |
std::vector< QSampleInfo > & | GetSamplesInfo () |
Get Samples Info. | |
const size_t & | GetTimedSample () const |
GetTimedSample. | |
void | SetChannelId (const int &channelId) |
Set ChannelId. | |
void | SetTimedSample (const size_t &timedSample) |
Set Timed Sample. | |
virtual void | Clear () |
Clear(). | |
Protected Member Functions | |
void | ClearPulse () |
Clear this class. | |
Protected Attributes | |
int | fChannelId |
Channel. | |
QVector | fSamples |
Acquired Samples. | |
std::vector< QSampleInfo > | fSamplesInfo |
flagged samples of this pulse window | |
size_t | fTimedSample |
sample corresponding to the recorded time of the event this pulse belongs to | |
Friends | |
class | ::QPulseR |
class | ::QMainPulseR |
std::vector<QSampleInfo> QPulse::fSamplesInfo [protected] |
flagged samples of this pulse window
Referenced by ClearPulse(), and GetSamplesInfo().