1#ifndef PFLIB_ROC_H_INCLUDED
2#define PFLIB_ROC_H_INCLUDED
20 void setRunMode(
bool active=
true);
24 uint8_t getValue(
int page,
int offset);
25 void setValue(
int page,
int offset, uint8_t value);
29 bool getDirectAccess(
int reg,
int bit);
30 void setDirectAccess(
const std::string& name,
bool val);
31 void setDirectAccess(
int reg,
int bit,
bool val);
Definition of compiling and decompiling functions between page numbers, register numbers,...
The object that does the compiling.
Definition Compile.h:57
Base class which encapsulates the I2C interface, represents a single bus.
Definition I2C.h:14
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3