Skip to content

Implementing a Driver

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.

initializeConfig

Data Loading Functions

Execution Functions

Clone this wiki locally