PIMap new functions

PIByteArray checksum crc
some doc fixes
This commit is contained in:
Бычков Андрей
2022-08-04 20:20:08 +03:00
parent 54cc6c55b2
commit 170a713357
8 changed files with 436 additions and 81 deletions

View File

@@ -376,7 +376,7 @@ bool PIConnection::removeDevice(const PIString & full_path) {
if (!dev) return false;
PIStringList dntd(deviceNames(dev));
for (const PIString & n : dntd) {
device_names.removeOne(n);
device_names.remove(n);
}
for (auto s = senders.constBegin(); s != senders.constEnd(); s++) {
if (!s.value()) continue;