GSE++ library: reading and writing GSE waveforms

◆ TDAT2read()

GSE2::waveform::TDAT2read::TDAT2read ( const intT msamp)
inlineprotected

constructor to be called from implementation class

Standard constructor for the reading classes. It takes an input stream to read a waveform data stream from. If you want to read from a string, use string streams.

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

Definition at line 340 of file gsexx.h.

340  :
341  TDAT2sum(msamp) { }
TDAT2sum(const intT &msamp)
only derived class should create an instance
Definition: gsexx.h:309
intT msamp() const
return total number of samples to read
Definition: gsexx.h:302