diff options
author | Stefan Pöschel <github@basicmaster.de> | 2017-08-23 22:00:04 +0200 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2017-08-23 22:00:04 +0200 |
commit | 0de7167c78eae8066996aa3cb86dbfefd5cfcb63 (patch) | |
tree | 85e7135735d02955aff9f5d26106677e7745119d /src/pad_common.h | |
parent | 8a8e5f1b05330316ba74b14fc71e13223bef35f3 (diff) | |
download | ODR-PadEnc-0de7167c78eae8066996aa3cb86dbfefd5cfcb63.tar.gz ODR-PadEnc-0de7167c78eae8066996aa3cb86dbfefd5cfcb63.tar.bz2 ODR-PadEnc-0de7167c78eae8066996aa3cb86dbfefd5cfcb63.zip |
PAD: add option to output also sole F-PAD
Diffstat (limited to 'src/pad_common.h')
-rw-r--r-- | src/pad_common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pad_common.h b/src/pad_common.h index c9dd434..a173d9d 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -121,9 +121,7 @@ public: bool QueueFilled(); pad_t* GetPAD(); - - // will be removed, when pull (instead of push) approach is implemented! - void WriteAllPADs(int output_fd, int limit = -1); + void WriteAllPADs(int output_fd, int limit = -1, bool output_sole_fpad = false); static DATA_GROUP* CreateDataGroupLengthIndicator(size_t len); static bool CheckPADLen(size_t len); |