summaryrefslogtreecommitdiffstats
path: root/src/DetectorModule/DetectorModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DetectorModule/DetectorModule.h')
-rw-r--r--src/DetectorModule/DetectorModule.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/DetectorModule/DetectorModule.h b/src/DetectorModule/DetectorModule.h
index 1bc36bb..5e540cb 100644
--- a/src/DetectorModule/DetectorModule.h
+++ b/src/DetectorModule/DetectorModule.h
@@ -21,7 +21,7 @@
class DetectorModule {
public:
- DetectorModule(const int detectorID, const std::string& address, const std::string& configPath);
+ DetectorModule(const int detectorID, const std::string& address, const std::string& configPath, const int packetSize);
auto sendPeriodically(unsigned int timeIntervall) -> void;
@@ -32,6 +32,8 @@ private:
int detectorID_;
UDPClient client_;
+ int packetSize_;
+
int numberOfDetectors_;
int numberOfPlanes_;
int numberOfProjections_;