Public Member Functions | |
def | createContent |
Interface for content publisher. | |
def | publish |
def | publishMap |
def | publishMsg |
Definition at line 18 of file iPubSub.py.
def include::pubsub::iPubSub::Ipublisher::createContent | ( | topic, | |
datatype, | |||
data, | |||
isPrimitive = False |
|||
) |
Interface for content publisher.
Reimplemented in include.pubsub.contextbroker.cbPublisher.CbPublisher.
Definition at line 20 of file iPubSub.py.
def include::pubsub::iPubSub::Ipublisher::publish | ( | contex_id, | |
datatype, | |||
attributes = [] |
|||
) |
Definition at line 27 of file iPubSub.py.
def include::pubsub::iPubSub::Ipublisher::publishMap | ( | self, | |
context_id, | |||
attributes = [] |
|||
) |
Reimplemented in include.pubsub.contextbroker.cbPublisher.CbPublisher.
Definition at line 34 of file iPubSub.py.
def include::pubsub::iPubSub::Ipublisher::publishMsg | ( | attributes = [] | ) |
Definition at line 40 of file iPubSub.py.