How to use the qi.Signal function in qi

To help you get started, we’ve selected a few qi examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aldebaran / libqi / python / examples / qiservice.py View on Github external
def __init__(self):
        self.onFoo = qi.Signal("(i)")
        self.testEvent = qi.Signal("(s)")
        self.testEventGeneric = qi.Signal()
github aldebaran / libqi / python / examples / qiservice.py View on Github external
def __init__(self):
        self.onFoo = qi.Signal("(i)")
        self.testEvent = qi.Signal("(s)")
        self.testEventGeneric = qi.Signal()
github aldebaran / libqi / python / examples / qiservice.py View on Github external
def __init__(self):
        self.onFoo = qi.Signal("(i)")
        self.testEvent = qi.Signal("(s)")
        self.testEventGeneric = qi.Signal()