From 3633bcc99aedda5d9ea36c143fa339139c763d3e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 6 Jan 2017 11:35:35 +0100 Subject: Replace EDI-to-ETI converter with a dedicated EDI source --- src/SubchannelSource.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/SubchannelSource.h') diff --git a/src/SubchannelSource.h b/src/SubchannelSource.h index a38c281..2dab941 100644 --- a/src/SubchannelSource.h +++ b/src/SubchannelSource.h @@ -41,7 +41,11 @@ class SubchannelSource : public ModInput { public: - SubchannelSource(eti_STC &stc); + SubchannelSource( + uint8_t sad, + uint16_t stl, + uint8_t tpl + ); size_t startAddress() const; size_t framesize() const; -- cgit v1.2.3