4 #ifndef _H_SQSlowCont_v1_H_
5 #define _H_SQSlowCont_v1_H_
16 void identify(std::ostream& os = std::cout)
const;
25 virtual std::string
get_name()
const {
return _name;}
26 virtual void set_name(
const std::string a) { _name = a; }
28 virtual std::string
get_value()
const {
return _value;}
29 virtual void set_value(
const std::string a) { _value = a; }
31 virtual std::string
get_type()
const {
return _type;}
32 virtual void set_type(
const std::string a) { _type = a; }
35 std::string _time_stamp;
virtual std::string get_time_stamp() const
Return the time when this channel was read out.
int isValid() const
isValid returns non zero if object contains vailid data
SQSlowCont * Clone() const
virtual void set_value(const std::string a)
PHObject * clone() const
Virtual copy constructor.
void identify(std::ostream &os=std::cout) const
virtual std::string get_value() const
Return the value of this channel.
virtual void set_type(const std::string a)
virtual std::string get_type() const
Return the type (i.e. caterogy name) of this channel.
virtual void set_name(const std::string a)
virtual std::string get_name() const
Return the name of this channel.
virtual void set_time_stamp(const std::string a)
An SQ interface class to hold the data of one slow-control channel.