Concrete class specializing WriteStrategy to directly write full waveform data to a file.
More...
#include <DirectFullWaveformWriteStrategy.h>
|
std::ofstream & | ofs |
| The output file stream to do the writing.
|
|
Concrete class specializing WriteStrategy to directly write full waveform data to a file.
- Author
- Alberto M. Esmoris Pena
- Version
- 1.0
- See also
- filems::WriteStrategy
-
filems::SimpleSyncFileFullWaveformWriter
◆ DirectFullWaveformWriteStrategy()
helios::filems::DirectFullWaveformWriteStrategy::DirectFullWaveformWriteStrategy |
( |
std::ofstream & |
ofs | ) |
|
|
inline |
◆ fullWaveformToString()
virtual std::string helios::filems::DirectFullWaveformWriteStrategy::fullWaveformToString |
( |
FullWaveform const & |
fw | ) |
|
|
inlineprotectedvirtual |
Build a string from fullwave data.
- Parameters
-
fw | The full waveform data itself |
- Returns
- String with full waveform data
◆ write()
void helios::filems::DirectFullWaveformWriteStrategy::write |
( |
FullWaveform const & |
fullWaveform | ) |
|
|
inlineoverride |
Write full waveform data to file.
- Parameters
-
fullwaveForm | The full waveform to be written |
- See also
- SyncFileWriter::_write
The documentation for this class was generated from the following file: