GSE++ library: reading and writing GSE waveforms
|
|
inlineprotected |
constructor to be called from implementation class
Standard constructor for the writing classes. It takes an output stream to write a waveform data stream to. If you want to write to a string, use string streams.
os | output stream to write to |
msamp | number of samples to be written (may be checked with the ::hot() function) |
linelength | line length for the encoded waveform data in the file |
Definition at line 360 of file gsexx.h.