From 2bba7d602744ccd6dab26940661f0fdfbf231af8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 21:34:03 +0100 Subject: Refactor flowgraph and puncturing rules --- src/OutputFile.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/OutputFile.cpp') diff --git a/src/OutputFile.cpp b/src/OutputFile.cpp index d1a7a4c..23d5523 100644 --- a/src/OutputFile.cpp +++ b/src/OutputFile.cpp @@ -1,6 +1,11 @@ /* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) + + Copyright (C) 2016 + Matthias P. Braendli, matthias.braendli@mpb.li + + http://opendigitalradio.org */ /* This file is part of ODR-DabMod. @@ -53,9 +58,9 @@ OutputFile::~OutputFile() } -int OutputFile::process(Buffer* dataIn, Buffer* dataOut) +int OutputFile::process(Buffer* dataIn) { - PDEBUG("OutputFile::process(%p, %p)\n", dataIn, dataOut); + PDEBUG("OutputFile::process(%p)\n", dataIn); assert(dataIn != NULL); if (fwrite(dataIn->getData(), dataIn->getLength(), 1, myFile) == 0) { -- cgit v1.2.3