|
Sci-SDK Library
SDK for Sci-Compiler projects
|
Decoded events list created by the frame transfer driver. More...
#include <scisdk_defines.h>
Public Attributes | ||
| uint32_t | magic | |
| SCISDK_FRAME_PACKET * | data | |
| struct { | ||
| uint32_t buffer_size | ||
| uint32_t valid_data | ||
| } | info | |
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
| uint32_t SCISDK_FRAME_DECODED_BUFFER::buffer_size |
Size of the data buffer in events
| SCISDK_FRAME_PACKET* SCISDK_FRAME_DECODED_BUFFER::data |
Pointer to the array of SCISDK_FRAME_PACKET
| struct { ... } SCISDK_FRAME_DECODED_BUFFER::info |
| uint32_t SCISDK_FRAME_DECODED_BUFFER::magic |
Magic number to identify the data type
| uint32_t SCISDK_FRAME_DECODED_BUFFER::valid_data |
Number of valid events in the buffer