wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
DolphinFile.h File Reference

DolphinFile: reads/writes a SignalModel to .dolphin/.csv files on disk. More...

Include dependency graph for DolphinFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DolphinFile
 Disk I/O for the beWavedDolphin formats: opens the file, dispatches by extension (.dolphin = binary, .csv), and delegates the encoding to DolphinSerializer.

Functions

DolphinSerializer::WaveformData DolphinFile::load (const QString &fileName, const int maxInputPorts)
DolphinSerializer::WaveformData DolphinFile::parseTerminal (QTextStream &in, const int maxInputPorts)
void DolphinFile::save (const SignalModel &model, const QString &fileName, int inputPorts)
 Writes model to fileName atomically, choosing the format by extension.

Detailed Description

DolphinFile: reads/writes a SignalModel to .dolphin/.csv files on disk.

Definition in file DolphinFile.h.