ChimeraTK-DeviceAccess
03.18.00
|
Temporary proxy class for sequences, used in the DummyMultiplexedRegister class. More...
#include <DummyRegisterAccessor.h>
Public Member Functions | |
DummyRegisterSequence (FixedPointConverter *_fpc, int _nbytes, int _pitch, int32_t *_buffer) | |
DummyRegisterElement< T > | operator[] (unsigned int sample) |
Get or set register content by [] operator. More... | |
void | operator= (const DummyRegisterSequence &rightHandSide) const =delete |
remove assignment operator since it will be confusing */ More... | |
Protected Attributes | |
FixedPointConverter * | fpcptr |
fixed point converter to be used for this sequence More... | |
int | nbytes |
number of bytes per word More... | |
int | pitch |
pitch in bytes (distance between samples of the same sequence) More... | |
int32_t * | buffer |
reference to the raw buffer (first word of the sequence) More... | |
Temporary proxy class for sequences, used in the DummyMultiplexedRegister class.
Will be returned by the first [] operator.
Definition at line 81 of file DummyRegisterAccessor.h.
|
inline |
Definition at line 83 of file DummyRegisterAccessor.h.
|
delete |
remove assignment operator since it will be confusing */
|
inline |
Get or set register content by [] operator.
Definition at line 87 of file DummyRegisterAccessor.h.
|
protected |
reference to the raw buffer (first word of the sequence)
Definition at line 111 of file DummyRegisterAccessor.h.
|
protected |
fixed point converter to be used for this sequence
Definition at line 102 of file DummyRegisterAccessor.h.
|
protected |
number of bytes per word
Definition at line 105 of file DummyRegisterAccessor.h.
|
protected |
pitch in bytes (distance between samples of the same sequence)
Definition at line 108 of file DummyRegisterAccessor.h.