Trees | Indices | Help |
|
---|
|
SpecWaitObject module
This module defines the classes for helper objects designed for waiting specific events from Spec
Classes: SpecWaitObject -- base class for Wait objects
Functions: waitChannel -- wait for a channel update waitReply -- wait for a reply waitConnection -- wait for a connection
Version: 1.0
Author: Matias Guijarro
|
|||
SpecWaitObject Helper class for waiting specific events from Spec |
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Waiting function Arguments: timeout -- waiting time in milliseconds |
Wait for a connection to Spec to be established Arguments: connection -- a 'host:port' string timeout -- optional timeout (defaults to None) |
Wait for a channel to be updated Arguments: chanName -- channel name (e.g 'var/toto') connection -- a 'host:port' string waitValue -- value to wait (defaults to None) timeout -- optional timeout (defaults to None) |
Wait for a reply from a remote Spec server Arguments: connection -- a 'host:port' string command -- command to execute argsTuple -- tuple of arguments for the command timeout -- optional timeout (defaults to None) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:37 2014 | http://epydoc.sourceforge.net |