3#include "pflib/Elinks.h"
4#include "pflib/bittware/bittware_axilite.h"
16 virtual int getBitslip(
int ilink)
final {
return 0; }
Interface for configuring the elinks.
Definition Elinks.h:13
This class provides access to read and write via the ioctl path to the AXILite targets within the Bit...
Definition bittware_axilite.h:14
Definition bittware_elinks.h:9
virtual std::vector< uint32_t > spy(int ilink, bool new_capture) final
spy into the passed link
Definition bittware_elinks.cxx:13
virtual void resetHard() final
Hard reset the links.
Definition bittware_elinks.h:20
virtual uint32_t getStatusRaw(int ilink) final
Get the status of the input link.
Definition bittware_elinks.h:18
virtual void clearErrorCounters(int ilink) final
Clear the error counters for the input link.
Definition bittware_elinks.h:19
virtual void setBitslip(int ilink, int bitslip) final
set the bitslip value (word-level adjustment)
Definition bittware_elinks.h:13
virtual int scanBitslip(int ilink) final
enable auto-setting of bitslip value (word-level adjustment)
Definition bittware_elinks.h:17
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3