aboutsummaryrefslogtreecommitdiffstats
path: root/src/EtiReader.h
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2015-06-02 12:25:40 +0200
committerMatthias Braendli <matthias.braendli@u-blox.com>2015-06-02 12:27:42 +0200
commite3cc55d32281be5dd7b7017d6dfed42be24d3cda (patch)
treec589cedc7bd1cabfdf1aee9a65f00037006e7c22 /src/EtiReader.h
parent7eaba8024b95bb346247c828748d2292c226d19f (diff)
downloaddabmod-e3cc55d32281be5dd7b7017d6dfed42be24d3cda.tar.gz
dabmod-e3cc55d32281be5dd7b7017d6dfed42be24d3cda.tar.bz2
dabmod-e3cc55d32281be5dd7b7017d6dfed42be24d3cda.zip
Logging: use etiLog instead of stderr
Diffstat (limited to 'src/EtiReader.h')
-rw-r--r--src/EtiReader.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/EtiReader.h b/src/EtiReader.h
index b893f01..58a1976 100644
--- a/src/EtiReader.h
+++ b/src/EtiReader.h
@@ -47,7 +47,7 @@
class EtiReader
{
public:
- EtiReader(struct modulator_offset_config& modconf, Logger& logger);
+ EtiReader(struct modulator_offset_config& modconf);
virtual ~EtiReader();
EtiReader(const EtiReader&);
EtiReader& operator=(const EtiReader&);
@@ -67,9 +67,6 @@ public:
bool sourceContainsTimestamp();
protected:
- /* Main program logger */
- Logger& myLogger;
-
/* Transform the ETI TIST to a PPS offset in ms */
double getPPSOffset();