Functions | |
def | _sendRequest |
def | deleteAllContexts |
def | deleteContext |
def | iterateTopics |
def | refreshAllContexts |
def | refreshContext |
def | registerContext |
def | topics2NGSI9 |
Variables | |
dictionary | contexts = {} |
tuple | Publisher = CbPublisher() |
def include.pubsub.contextbroker.ngsi9._sendRequest | ( | url, | |
data, | |||
method = None |
|||
) | [private] |
def include.pubsub.contextbroker.ngsi9.deleteContext | ( | entity_id, | |
delete = False |
|||
) |
def include.pubsub.contextbroker.ngsi9.iterateTopics | ( | topics, | |
topic_type | |||
) |
def include.pubsub.contextbroker.ngsi9.refreshContext | ( | entity_id | ) |
def include.pubsub.contextbroker.ngsi9.registerContext | ( | entity_id, | |
data_type, | |||
robot, | |||
isPattern = False |
|||
) |
def include.pubsub.contextbroker.ngsi9.topics2NGSI9 | ( | robot | ) |
dictionary include::pubsub::contextbroker::ngsi9::contexts = {} |