GSE++ library: reading and writing GSE waveforms

◆ TDAT2writeCM6()

GSE2::waveform::TDAT2writeCM6::TDAT2writeCM6 ( const intT msamp,
const intT linelength = 80 
)
inline

constructor of implementation class

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

Parameters
osoutput stream to write to
msampnumber of samples to be written (may be checked with the ::hot() function)
linelengthline length for the encoded waveform data in the file

Definition at line 400 of file gsexx.h.

400  :
401  TDAT2write(msamp, linelength) { }
TDAT2write(const intT &msamp, const intT &linelength)
constructor to be called from implementation class
Definition: gsexx.h:360
intT msamp() const
return total number of samples to read
Definition: gsexx.h:302