fdhwlib
2.0.25
|
#include <sltcounter.h>
The defines a 64 bit register for the long Slt counters (run, veto, dead) Warning: The implemented order is MSB / LSB (not like in some older versions of the documentation.
Also the boad id registers use the other order).
Definition at line 30 of file sltcounter.h.
hw4::SltCounter::SltCounter | ( | const char * | name, |
int | slotID, | ||
unsigned int | regID, | ||
int | r, | ||
int | w | ||
) |
virtual hw4::SltCounter::~SltCounter | ( | ) | [virtual] |
virtual unsigned long hw4::SltCounter::read | ( | ) | [virtual] |
Read the register return the data and store it in the object cache.
Default: Read all data
Reimplemented from hw4::BaseRegister.
virtual void hw4::SltCounter::write | ( | unsigned long | data | ) | [virtual] |