This page contains a table of method declarations and descriptions for the
AMC!3_id C++ Class.
Enumerations
Enum |
Description |
rev1 = 0, rev2 = 1 |
AMC13_id int enum which differentiates between hardware revisions |
hcal = 0, gm2 = 1 |
AMC13_id int enum which differentiates between experiments which use the AMC13 |
Constructor
Method |
Description |
AMC13_id::AMC13_id(AMC13* p_amc13) |
AMC13_id class constructor which takes a pointer to an AMC13 object |
Public Functions
Method |
Description |
uint32_t AMC13_id::firmFlavor() |
AMC13_id class method which returns the AMC13 firmware flavor |
uint32_t AMC13_id::t1SerialNo() |
AMC13_id class method which returns the AMC13 serial number as read from T1 |
uint32_t AMC13_id::t2SerialNo() |
AMC13_id class method which returns the AMC13 serial number as read from T2 |
uint32_t AMC13_id::t1FirmVer() |
AMC13_id class method which returns the T1 firmware version |
uint64_t AMC13_id::t1DNA() |
AMC13_id class method which returns the T1 FPGA DNA |
uint32_t AMC13_id::t1HardwareRev() |
AMC13_id class method which returns the T1 hardware revision |
uint32_t AMC13_id::t2FirmVer() |
AMC13_id class method which returns the T2 firmware version |
uint64_t AMC13_id::t2DNA() |
AMC13_id class method which returns the T2 FPGA DNA |
uint32_t AMC13_id::t2HardwareRev() |
AMC13_id class method which returns the T2 hardware revision |
--
CharlieHill - 31 May 2013
This topic: BUCMSPublic
> WebHome >
HcalDTC >
CppClass > AMC13IdCppClass
Topic revision: r1 - 31 May 2013 - CharlieHill