Public Member Functions | |
def | __init__ (self) |
def | datachange_notification (self, node, val, data) |
def | event_notification (self, event) |
def | reset (self) |
Public Attributes | |
future | |
More advanced subscription client using Future, so we can wait for events in tests
Definition at line 23 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.__init__ | ( | self | ) |
Definition at line 29 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.datachange_notification | ( | self, | |
node, | |||
val, | |||
data | |||
) |
Definition at line 35 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.event_notification | ( | self, | |
event | |||
) |
Definition at line 38 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.reset | ( | self | ) |
Definition at line 32 of file tests_subscriptions.py.
tests_subscriptions.MySubHandler.future |
Definition at line 30 of file tests_subscriptions.py.