summaryrefslogtreecommitdiffstats
path: root/src/EtiReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EtiReader.h')
-rw-r--r--src/EtiReader.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/EtiReader.h b/src/EtiReader.h
index 78f0d3d..cd04a16 100644
--- a/src/EtiReader.h
+++ b/src/EtiReader.h
@@ -70,7 +70,11 @@ public:
virtual unsigned getMode();
virtual unsigned getFp();
- int process(const Buffer* dataIn);
+
+ /* Read ETI data from dataIn. Returns the number of bytes
+ * read from the buffer
+ */
+ int loadEtiData(const Buffer& dataIn);
virtual void calculateTimestamp(struct frame_timestamp& ts)
{