STR Auto Threshold Config #742

Merged
muellerr merged 8 commits from str-auto-threshold-cfg into main 2023-07-14 14:03:52 +02:00
15 changed files with 138 additions and 13 deletions
Showing only changes of commit 93ea8519b0 - Show all commits

View File

@@ -24,7 +24,7 @@ extern "C" {
using namespace returnvalue; using namespace returnvalue;
static constexpr bool PACKET_WIRETAPPING = true; static constexpr bool PACKET_WIRETAPPING = false;
StrComHandler::StrComHandler(object_id_t objectId) : SystemObject(objectId) { StrComHandler::StrComHandler(object_id_t objectId) : SystemObject(objectId) {
lock = MutexFactory::instance()->createMutex(); lock = MutexFactory::instance()->createMutex();