You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apavlo edited this page Apr 18, 2011
·
15 revisions
The following are instructions for how to implement a new driver for a system. The driver interface is defined by the AbstractDriver class.
Configuration Functions
makeDefaultConfig
Returns a dict that represents the default configuration of the driver. The key of the dict is the name of the parameter and the value is a two-element tuple containing (1) the description of the parameter and (2) the default value of the parameter.