1#ifndef CLASSIC_DirectChannel_HH
2#define CLASSIC_DirectChannel_HH
51 virtual bool set(
double);
56 virtual bool get(
double &)
const;
const DirectChannel & operator=(const DirectChannel &)
DirectChannel(double &value)
Constructor.
virtual DirectChannel * clone() const
Duplicate the channel.
virtual bool set(double)
Store into channel.
virtual bool get(double &) const
Fetch from channel.