SciSDK Library
SDK for SciCompiler projects
SCISDK_DIGITIZER_RAW_BUFFER Struct Reference

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
 

Detailed Description

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

Member Data Documentation

◆ buffer_size

uint32_t SCISDK_DIGITIZER_RAW_BUFFER::buffer_size

Size in DWORD of the data buffer

◆ channels

uint32_t SCISDK_DIGITIZER_RAW_BUFFER::channels

Number of channels of the digitizer

◆ data

int32_t* SCISDK_DIGITIZER_RAW_BUFFER::data

Pointer to data allocated by the AllocateBuffer function

◆ 

struct { ... } SCISDK_DIGITIZER_RAW_BUFFER::info

◆ magic

uint32_t SCISDK_DIGITIZER_RAW_BUFFER::magic

Magic number to identify the data type

◆ samples

uint32_t SCISDK_DIGITIZER_RAW_BUFFER::samples

Number of samples allocated in the data buffer

◆ valid_samples

uint32_t SCISDK_DIGITIZER_RAW_BUFFER::valid_samples

Number of valid samples allocated in the data buffer


The documentation for this struct was generated from the following file: