Merge branch 'master' into enhanced_device

This commit is contained in:
john
2018-12-02 15:57:43 +01:00
9 changed files with 89 additions and 49 deletions
+1
View File
@@ -412,6 +412,7 @@ int main() {
{"x,,exp", "-32.767", "10feffff04681103c2", "00", ""},
{"x,,exp,1000", "-0.000090000", "10feffff04ec51b8bd", "00", ""},
{"x,,exp,-100", "-9", "10feffff04ec51b8bd", "00", ""},
{"x,,exp", "-", "10feffff040000c07f", "00", "W"},
{"x,,exr", "-0.09", "10feffff04bdb851ec", "00", ""},
{"x,,exr", "0.0", "10feffff0400000000", "00", ""},
{"x,,exr", "-0.001", "10feffff04ba83126f", "00", ""},
+1 -1
View File
@@ -367,7 +367,7 @@ int main() {
continue;
}
deque<Message*> msgs;
messages->findAll("", "", "*", false, true, true, true, true, false, 0, 0, &msgs);
messages->findAll("", "", "*", false, true, true, true, true, false, 0, 0, false, &msgs);
if (msgs.empty()) {
message = nullptr;
cout << "\"" << check[0] << "\": create error: message not found" << endl;