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, 1 insertions, 3 deletions
diff --git a/src/DetectorModule/DetectorModule.h b/src/DetectorModule/DetectorModule.h
index 3ca5f23..afe4d04 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, const int packetSize);
+ DetectorModule(const int detectorID, const std::string& address, const std::string& configPath);
auto sendPeriodically(unsigned int timeIntervall) -> void;
@@ -32,8 +32,6 @@ private:
int detectorID_;
UDPClient client_;
- int packetSize_;
-
int numberOfDetectors_;
int numberOfPlanes_;
int numberOfProjections_;