PIMap new functions
PIByteArray checksum crc some doc fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user