project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

Restructure #13

Closed laroque closed 12 years ago

laroque commented 12 years ago

Change to the following classes:

DripInterface: contains connection to database server, store database names, etc. Either inherit from the following two or make use of them.

DripCommands: Create command documents to write to the cmd database

DripConfigure: Create and/or update documents in the conf database

laroque commented 12 years ago

I didn't exactly follow this, but the restructure is done.