#include "horaslowchanmeta.h" |
HOraSlowChanMeta
class description - source file - inheritance tree (.pdf)
public:
HOraSlowChanMeta()
HOraSlowChanMeta(const HOraSlowChanMeta&)
~HOraSlowChanMeta()
static TClass* Class()
void clear()
Double_t getHighAlarmLimit()
Double_t getHighGraphLimit()
Double_t getHighWarnLimit()
Double_t getLowAlarmLimit()
Double_t getLowGraphLimit()
Double_t getLowWarnLimit()
Int_t getPrecision()
const char* getStartTime() const
const char* getUnits() const
virtual TClass* IsA() const
HOraSlowChanMeta& operator=(const HOraSlowChanMeta&)
void print()
void setHighAlarmLimit(Double_t v)
void setHighGraphLimit(Double_t v)
void setHighWarnLimit(Double_t v)
void setLowAlarmLimit(Double_t v)
void setLowGraphLimit(Double_t v)
void setLowWarnLimit(Double_t v)
void setPrecision(Int_t v)
void setStartTime(const char* t)
void setUnits(const char* s)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void write(fstream&)
private:
Double_t lowGraphLimit lower limit for the EPICS graph
Double_t highGraphLimit upper limit for the EPICS graph
Double_t lowWarnLimit lower limit for the EPICS warning
Double_t highWarnLimit upper limit for the EPICS warning
Double_t lowAlarmLimit lower limit for the EPICS alarm
Double_t highAlarmLimit upper limit for the EPICS alarm
TString units units of the values
Int_t precision precision of the values
TString startTime time since these values are valid
HOraSlowChanMeta
Class for the slowcontrol meta data of a channel
HOraSlowChanMeta()
Default constructor
void clear()
Clears the data
void print()
Prints the data to stdout
void write(fstream& fout)
Streams the data
Inline Functions
void ~HOraSlowChanMeta()
void setLowGraphLimit(Double_t v)
void setHighGraphLimit(Double_t v)
void setLowWarnLimit(Double_t v)
void setHighWarnLimit(Double_t v)
void setLowAlarmLimit(Double_t v)
void setHighAlarmLimit(Double_t v)
void setUnits(const char* s)
void setPrecision(Int_t v)
void setStartTime(const char* t)
Double_t getLowGraphLimit()
Double_t getHighGraphLimit()
Double_t getLowWarnLimit()
Double_t getHighWarnLimit()
Double_t getLowAlarmLimit()
Double_t getHighAlarmLimit()
const char* getUnits() const
Int_t getPrecision()
const char* getStartTime() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HOraSlowChanMeta HOraSlowChanMeta(const HOraSlowChanMeta&)
HOraSlowChanMeta& operator=(const HOraSlowChanMeta&)
Last update: Fri Jan 26 12:19:43 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.