GSE++ library: reading and writing GSE waveforms

◆ TDAT2readCM6()

GSE2::waveform::TDAT2readCM6::TDAT2readCM6 ( const intT msamp)
inline

constructor of implementation class

Constructor to create a specific implementation class object for reading CM6 encoded data.

Parameters
isinput stream to read from
msampnumber of samples to be read (may be checked with the ::hot() function)

Definition at line 381 of file gsexx.h.

381  :
382  TDAT2read(msamp) { }
intT msamp() const
return total number of samples to read
Definition: gsexx.h:302
TDAT2read(const intT &msamp)
constructor to be called from implementation class
Definition: gsexx.h:340