diff options
author | Frust, Tobias (FWCC) - 111645 <t.frust@hzdr.de> | 2017-11-03 08:46:48 +0100 |
---|---|---|
committer | Frust, Tobias (FWCC) - 111645 <t.frust@hzdr.de> | 2017-11-03 08:46:48 +0100 |
commit | fa7a8dac30087d63e0c99b46ed6b0370d86304a8 (patch) | |
tree | 793dba3b90b233a89394240bdb12073364bcef33 /src/DetectorModule/DetectorModule.h | |
parent | 1f6a370a7e177265eeffc971dbe4934ebf62d02b (diff) | |
download | ods-fa7a8dac30087d63e0c99b46ed6b0370d86304a8.tar.gz ods-fa7a8dac30087d63e0c99b46ed6b0370d86304a8.tar.bz2 ods-fa7a8dac30087d63e0c99b46ed6b0370d86304a8.tar.xz ods-fa7a8dac30087d63e0c99b46ed6b0370d86304a8.zip |
bug fixes
Diffstat (limited to 'src/DetectorModule/DetectorModule.h')
-rw-r--r-- | src/DetectorModule/DetectorModule.h | 4 |
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_; |