Hashes

This module contains simple hash implementation using standard Python dictionaries. These hashes keep a list of values for each input key, taking care of key verification and handling.

class MultimodalMiddlewareProtocol.util.Hashes.HashLong
addOrUpdate(k, v)
clear()
delKey(key)
delSubKey(k, sb)
get(k)
getKeys()
class MultimodalMiddlewareProtocol.util.Hashes.HashNetworkTable
addOrUpdate(key, name, produces, consumes, netAddress, deviceID, instance, protocol_version, repositoryID, capabilities)
addOrUpdateNetworkDevice(key, d)
getDevicebyIndex(i)

Previous topic

Hub

Next topic

Streamers

This Page

Quick search