#include <ALFA_ReadOut.h>
|
constexpr std::pair< uint32_t, uint16_t > | getBitsWord (const uint16_t bstart, const uint16_t bstop) |
|
uint32_t | getBits (std::pair< uint32_t, uint16_t > in) |
|
uint32_t | setBits (uint16_t nData, uint16_t *inputData, uint16_t *inputPos) |
|
uint32_t | setBits (uint16_t nData, uint32_t *inputData, uint16_t *inputPos) |
|
Definition at line 13 of file ALFA_ReadOut.h.
◆ ALFA_ReadOut()
ALFA_ReadOut::ALFA_ReadOut |
( |
| ) |
|
◆ getBits()
uint32_t ALFA_ReadOut::getBits |
( |
std::pair< uint32_t, uint16_t > |
in | ) |
|
|
inlineprotected |
◆ getBitsWord()
constexpr std::pair<uint32_t, uint16_t> ALFA_ReadOut::getBitsWord |
( |
const uint16_t |
bstart, |
|
|
const uint16_t |
bstop |
|
) |
| |
|
inlineconstexprprotected |
Definition at line 21 of file ALFA_ReadOut.h.
24 word = ((word | 1)<<1);
25 return std::make_pair(word, bstop);
◆ setBits() [1/2]
uint32_t ALFA_ReadOut::setBits |
( |
uint16_t |
nData, |
|
|
uint16_t * |
inputData, |
|
|
uint16_t * |
inputPos |
|
) |
| |
|
protected |
◆ setBits() [2/2]
uint32_t ALFA_ReadOut::setBits |
( |
uint16_t |
nData, |
|
|
uint32_t * |
inputData, |
|
|
uint16_t * |
inputPos |
|
) |
| |
|
protected |
◆ m_word
uint32_t ALFA_ReadOut::m_word |
|
protected |
The documentation for this class was generated from the following files: