1#ifndef OPALX_ConstChannel_HH
2#define OPALX_ConstChannel_HH
39 virtual bool get(
double& value)
const = 0;
43 operator double()
const {
Abstract interface for read-only access to variable.
virtual bool isSettable() const
Check if settable.
virtual ConstChannel * clone() const =0
Duplicate the channel.
virtual bool get(double &value) const =0
Read channel.
const ConstChannel & operator=(const ConstChannel &)
ConstChannel(const ConstChannel &)