summaryrefslogtreecommitdiffstats
path: root/src/ReceiverThreads/ReceiverThreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReceiverThreads/ReceiverThreads.h')
-rw-r--r--src/ReceiverThreads/ReceiverThreads.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ReceiverThreads/ReceiverThreads.h b/src/ReceiverThreads/ReceiverThreads.h
index 094652a..9b90b40 100644
--- a/src/ReceiverThreads/ReceiverThreads.h
+++ b/src/ReceiverThreads/ReceiverThreads.h
@@ -21,11 +21,16 @@ public:
private:
auto receiverThread(const int port) -> void;
+ struct vma_api_t *vma_;
+
+ int nbufs_;
+ std::vector<std::vector<char>> ringbuf_;
std::vector<std::thread> receiverModules_;
std::size_t loss_;
int timeIntervall_;
+ int firstPort_;
int numberOfDetectorModules_;
std::string address_;