taurus.core.tango.starter

This module provides a very simple API for starting and killing device servers

It is not a replacement of the Tango Starter Device Server since this is much more limited in scope.

Classes

class ProcessStarter(execname, ds_name)[source]

A Starter which uses subprocess to start and stop a device server.

(more info)

class Starter(ds_name)[source]

Abstract class for managing (starting, stopping, registering and removing) a Tango Device Server.

Derived classes should provide the methods for starting and stopping a device.

(more info)