SciSDK Library
SDK for SciCompiler projects
SCISDK_FRAME_DECODED_BUFFER Struct Reference

Decoded events list created by the frame transfer driver. More...

#include <scisdk_defines.h>

Public Attributes

uint32_t magic
 
SCISDK_FRAME_PACKETdata
 
struct {
   uint32_t   buffer_size
 
   uint32_t   valid_data
 
info
 

Detailed Description

Decoded events list created by the frame transfer driver.

This type is used to store a list of SCISDK_FRAME_PACKET The reference document for the data format is the Frame

Member Data Documentation

◆ buffer_size

uint32_t SCISDK_FRAME_DECODED_BUFFER::buffer_size

Size of the data buffer in events

◆ data

SCISDK_FRAME_PACKET* SCISDK_FRAME_DECODED_BUFFER::data

Pointer to the array of SCISDK_FRAME_PACKET

◆ 

struct { ... } SCISDK_FRAME_DECODED_BUFFER::info

◆ magic

uint32_t SCISDK_FRAME_DECODED_BUFFER::magic

Magic number to identify the data type

◆ valid_data

uint32_t SCISDK_FRAME_DECODED_BUFFER::valid_data

Number of valid events in the buffer


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