mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Parse txt formatted log files
This parses .txt log files produced by Dataplus and Oceanlog software. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
98741c864c
commit
30976c05a4
2 changed files with 74 additions and 2 deletions
|
@ -87,6 +87,7 @@ slots:
|
|||
void loadFileContentsKnownTypesSelected(int value);
|
||||
void loadFileContents(int value, enum whatChanged triggeredBy);
|
||||
int setup_csv_params(QStringList r, char **params, int pnr);
|
||||
int parseTxtHeader(QString fileName, char **params, int pnr);
|
||||
|
||||
private:
|
||||
bool selector;
|
||||
|
@ -97,6 +98,7 @@ private:
|
|||
ColumnNameResult *resultModel;
|
||||
QString delta;
|
||||
QString hw;
|
||||
bool txtLog;
|
||||
|
||||
struct CSVAppConfig {
|
||||
QString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue