Abstract Classes
Abstract classes
Abstract classes are interface
definitions of standard families of devices e.g. ccd, powersupply,
motor etc. Abstract classes define the minimum common interface shared
by all members of the same family. Abstract classes help device server
and client programmers by providing a standard interface. They enable
generic clients to be implemented and provide programmers with a
template to start their device implementation from.
Paper
A paper explaining abstract classes was presented at the ICALEPCS 2005 conference in Geneva. You can download the pdf version.Pogo and abstract classes
Here you can find information on how to use Pogo with abstract classes.
Abstract Classes
The following abstract classes are available online :