Class w.c.w.BaseWrapper(object):

Part of wader.common.wrapper View In Hierarchy

Known subclasses: wader.cli.wrapper.CLIWrapper, wader.cli.wrapper.DBusWrapper

I wrap the access to resources in runtime

I'm the entry point to interact with the bottom half of the app for third party developers
Method __init__ Undocumented
Method setup Undocumented
Method start_behaviour Starts the Behaviour meta state machine.
Method get_sm Returns the current state machine in use
def __init__(self, device, noti_callbacks, sm_callbacks, sm_errbacks):
Undocumented
def setup(self):
Undocumented
def start_behaviour(self, *args):
Starts the Behaviour meta state machine.
def get_sm(self):
Returns the current state machine in use
RaisesStateMachineNotReadyErrorWhen the state machine is not ready. This is to prevent third-party plugin developers to perform operations when they shouldn't
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.