
Public Member Functions | |
| def | __init__ |
| def | getLastReturnVal |
| def | runCyclic |
| def | waitCond |
| def | waitCycle |
Public Attributes | |
| cycleLock | |
| cycleTime | |
| cyclicFunc | |
| lastReturnVal | |
| def go.AsyncCyclic.__init__ | ( | self, | |
| func, | |||
| args, | |||
timeout = None, |
|||
cycleTime = 0, |
|||
name = None |
|||
| ) |
| def go.AsyncCyclic.getLastReturnVal | ( | self | ) |
| def go.AsyncCyclic.runCyclic | ( | self, | |
| args | |||
| ) |
| def go.AsyncCyclic.waitCond | ( | self, | |
cond = lambda x: x |
|||
| ) |
| def go.AsyncCyclic.waitCycle | ( | self | ) |