aboutsummaryrefslogtreecommitdiff
path: root/decoder/include/common/trc_frame_deformatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/include/common/trc_frame_deformatter.h')
-rw-r--r--decoder/include/common/trc_frame_deformatter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/include/common/trc_frame_deformatter.h b/decoder/include/common/trc_frame_deformatter.h
index b6476a2..cb2960f 100644
--- a/decoder/include/common/trc_frame_deformatter.h
+++ b/decoder/include/common/trc_frame_deformatter.h
@@ -73,6 +73,9 @@ public:
componentAttachPt<ITraceErrorLog> *getErrLogAttachPt();
+ /* init decoder implementation object */
+ ocsd_err_t Init();
+
/* configuration - set operational mode for incoming stream (has FSYNCS etc) */
ocsd_err_t Configure(uint32_t cfg_flags);
const uint32_t getConfigFlags() const;