diff options
author | Tobias Frust <tobiasfrust@gmail.com> | 2016-07-21 10:23:08 +0200 |
---|---|---|
committer | Tobias Frust <tobiasfrust@gmail.com> | 2016-07-21 10:23:08 +0200 |
commit | ebcd23f3d86976fbfe2768d3ee0925db2cff773a (patch) | |
tree | c374a6ca77042c31485d6ef9ade11f108436371e /src/Detector/Detector.h | |
parent | 8940620375c3bd9fef263fe9352c22384215cb13 (diff) | |
download | ods-ebcd23f3d86976fbfe2768d3ee0925db2cff773a.tar.gz ods-ebcd23f3d86976fbfe2768d3ee0925db2cff773a.tar.bz2 ods-ebcd23f3d86976fbfe2768d3ee0925db2cff773a.tar.xz ods-ebcd23f3d86976fbfe2768d3ee0925db2cff773a.zip |
packet size is now configurable
Diffstat (limited to 'src/Detector/Detector.h')
-rw-r--r-- | src/Detector/Detector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Detector/Detector.h b/src/Detector/Detector.h index 1969dbd..16f946a 100644 --- a/src/Detector/Detector.h +++ b/src/Detector/Detector.h @@ -17,7 +17,7 @@ class Detector { public: - Detector(const std::string& address, const std::string& configPath, const unsigned int timeIntervall); + Detector(const std::string& address, const std::string& configPath, const unsigned int timeIntervall, const int packetSize); auto run() -> void; private: |