#include <rptparser.h>
|
| static QVector< RptSection > | parse (const QString &path, QString *errorOut=nullptr) |
| | Parse a .rpt file into ordered sections.
|
| |
| static bool | hasHighContinuityError (const QVector< RptSection > §ions, double thresholdPct=10.0) |
| | Quick continuity-error scan — returns true if any "Continuity Error (%)" value exceeds thresholdPct (default 10%).
|
| |
◆ hasHighContinuityError()
| bool openswmmvis::io::RptParser::hasHighContinuityError |
( |
const QVector< RptSection > & |
sections, |
|
|
double |
thresholdPct = 10.0 |
|
) |
| |
|
static |
Quick continuity-error scan — returns true if any "Continuity Error (%)" value exceeds thresholdPct (default 10%).
◆ parse()
| QVector< RptSection > openswmmvis::io::RptParser::parse |
( |
const QString & |
path, |
|
|
QString * |
errorOut = nullptr |
|
) |
| |
|
static |
Parse a .rpt file into ordered sections.
- Returns
- Empty list on failure; non-empty otherwise.
The documentation for this class was generated from the following files:
- /home/runner/work/openswmm.gui/openswmm.gui/include/io/rptparser.h
- /home/runner/work/openswmm.gui/openswmm.gui/src/io/rptparser.cpp