Go to the source code of this file.
Classes | |
struct | QBufferStructure_t |
shared memory structure for a channel. The main purpose of this structure isto provide access to acquired data to different DAQ classes (and/or processes). In addition to the data buffer, shared memory contains the logical channel Id, the number of valid words contained in the buffer and some pointers. Pointer are used to remember interesting positions inside buffer: More... | |
class | QCrateReceiverBuffer |
class for shared memory handling More... | |
Defines | |
#define | DEFAULT_BUFFER_SIZE 200000 |
number of words that can be stored in the circular buffer | |
#define | MAX_CHANNEL_FILE_SIZE 20000000 |
max size in bytes of the gzipped file containing the data stream |