![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Temporary proxy class for sequences, used in the DummyMultiplexedRegister class. More...
#include <DummyRegisterAccessor.h>
Collaboration diagram for ChimeraTK::proxies::DummyRegisterSequence< T >:Public Member Functions | |
| DummyRegisterSequence (FixedPointConverter< DEPRECATED_FIXEDPOINT_DEFAULT > *_fpc, int _nbytes, int _pitch, int32_t *_buffer) | |
| DummyRegisterElement< T > | operator[] (unsigned int sample) |
| Get or set register content by [] operator. | |
| void | operator= (const DummyRegisterSequence &rightHandSide) const =delete |
| remove assignment operator since it will be confusing */ | |
Protected Attributes | |
| FixedPointConverter< DEPRECATED_FIXEDPOINT_DEFAULT > * | fpcptr |
| fixed point converter to be used for this sequence | |
| int | nbytes |
| number of bytes per word | |
| int | pitch |
| pitch in bytes (distance between samples of the same sequence) | |
| int32_t * | buffer |
| reference to the raw buffer (first word of the sequence) | |
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 88 of file DummyRegisterAccessor.h.
|
protected |
reference to the raw buffer (first word of the sequence)
Definition at line 112 of file DummyRegisterAccessor.h.
|
protected |
fixed point converter to be used for this sequence
Definition at line 103 of file DummyRegisterAccessor.h.
|
protected |
number of bytes per word
Definition at line 106 of file DummyRegisterAccessor.h.
|
protected |
pitch in bytes (distance between samples of the same sequence)
Definition at line 109 of file DummyRegisterAccessor.h.