49GPIO* make_GPIO_HcalHGCROCZCU();
Representation of GPIO controller.
Definition GPIO.h:12
virtual bool hasGPO(const std::string &name)
Check if a given GPO exists.
Definition GPIO.cxx:9
virtual std::vector< std::string > getGPIs()=0
Get the set of GPI pin names.
virtual bool getGPO(const std::string &name)=0
Get current value of GPO bit.
virtual bool getGPI(const std::string &name)=0
Read a GPI bit.
virtual bool hasGPI(const std::string &name)
Check if a given GPI exists.
Definition GPIO.cxx:22
virtual std::vector< std::string > getGPOs()=0
Get the set of GPO pin names.
virtual void setGPO(const std::string &name, bool toTrue=true)=0
Set a single GPO bit.
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3