1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Update pps_ts.cpp

This commit is contained in:
Manuel Pitz 2022-03-23 13:24:12 +01:00
parent 4fd9668de1
commit 6a8081857f

View file

@ -92,7 +92,7 @@ public:
const char *mode_str = nullptr;
double fSmps = 0;
ret = json_unpack_ex(json, &err, 0, "{ s?: s, s?: f, s: F, s?: i, s?: i }",
ret = json_unpack_ex(json, &err, 0, "{ s?: s, s?: f, s?: F, s?: i, s?: i }",
"mode", &mode_str,
"threshold", &threshold,
"expected_smp_rate", &fSmps,