SciSDK Library
SDK for SciCompiler projects
|
Digitizer raw data type. More...
#include <scisdk_defines.h>
Public Attributes | |
uint32_t | magic |
int32_t * | data |
struct { | |
uint32_t buffer_size | |
uint32_t samples | |
uint32_t valid_samples | |
uint32_t channels | |
} | info |
Digitizer raw data type.
This type is used to store raw from the digitizer component. The reference document for the raw data format is the Digitizer driver
uint32_t SCISDK_DIGITIZER_RAW_BUFFER::buffer_size |
Size in DWORD of the data buffer
uint32_t SCISDK_DIGITIZER_RAW_BUFFER::channels |
Number of channels of the digitizer
int32_t* SCISDK_DIGITIZER_RAW_BUFFER::data |
Pointer to data allocated by the AllocateBuffer function
struct { ... } SCISDK_DIGITIZER_RAW_BUFFER::info |
uint32_t SCISDK_DIGITIZER_RAW_BUFFER::magic |
Magic number to identify the data type
uint32_t SCISDK_DIGITIZER_RAW_BUFFER::samples |
Number of samples allocated in the data buffer
uint32_t SCISDK_DIGITIZER_RAW_BUFFER::valid_samples |
Number of valid samples allocated in the data buffer