From e36865985abf9c4f31d34a9542c790f5baf8fe60 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 8 Jul 2020 09:17:09 +0200 Subject: Replace PAD fifo by UNIX socket --- src/pad_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pad_common.h') diff --git a/src/pad_common.h b/src/pad_common.h index 7568d8c..d0fec13 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -123,7 +123,7 @@ public: bool QueueFilled(); bool QueueContainsDG(int apptype_start); - void WriteAllPADs(int output_fd, int limit = -1, bool output_sole_fpad = false, bool output_xpad = true); + std::vector GetNextPAD(bool output_xpad); static DATA_GROUP* CreateDataGroupLengthIndicator(size_t len); static bool CheckPADLen(size_t len); -- cgit v1.2.3