|
Driver Documentation
|
Stream configuration struct. More...
Public Attributes | |
| uint32_t | postTrigSamples |
| Number of post trigger samples (incl. Trigger sample) More... | |
| PsiMsDaq_RecMode_t | recMode |
| Recording mode. More... | |
| bool | winAsRingbuf |
| Use individual windows as ring-buffers (true=ringbuffer mode, false=linear mode) More... | |
| bool | winOverwrite |
| If true, windows are overwritten even if they contain data. Usually set false here. More... | |
| uint8_t | winCnt |
| Number of windows to use. More... | |
| uint32_t | bufStartAddr |
| Start address of the buffer for this stream. More... | |
| uint32_t | winSize |
| Size of the windows. More... | |
| uint16_t | streamWidthBits |
| Width od the stream in bits (must be a multiple of 8) More... | |
Stream configuration struct.
| uint32_t PsiMsDaq_StrConfig_t::bufStartAddr |
Start address of the buffer for this stream.
| uint32_t PsiMsDaq_StrConfig_t::postTrigSamples |
Number of post trigger samples (incl. Trigger sample)
| PsiMsDaq_RecMode_t PsiMsDaq_StrConfig_t::recMode |
Recording mode.
| uint16_t PsiMsDaq_StrConfig_t::streamWidthBits |
Width od the stream in bits (must be a multiple of 8)
| bool PsiMsDaq_StrConfig_t::winAsRingbuf |
Use individual windows as ring-buffers (true=ringbuffer mode, false=linear mode)
| uint8_t PsiMsDaq_StrConfig_t::winCnt |
Number of windows to use.
| bool PsiMsDaq_StrConfig_t::winOverwrite |
If true, windows are overwritten even if they contain data. Usually set false here.
| uint32_t PsiMsDaq_StrConfig_t::winSize |
Size of the windows.