|
Sci-SDK Library
SDK for Sci-Compiler projects
|
Frame raw data structure. More...
#include <scisdk_defines.h>
Public Attributes | ||
| uint32_t | magic | |
| uint32_t * | data | |
| struct { | ||
| uint32_t buffer_size | ||
| uint32_t packet_size | ||
| uint32_t valid_data | ||
| } | info | |
Frame raw data structure.
This type is used to store frame raw result The reference document for the data format is the Frame
| uint32_t SCISDK_FRAME_RAW_BUFFER::buffer_size |
Size of the data buffer in DWORD
| uint32_t* SCISDK_FRAME_RAW_BUFFER::data |
Pointer to data allocated by the AllocateBuffer function
| struct { ... } SCISDK_FRAME_RAW_BUFFER::info |
| uint32_t SCISDK_FRAME_RAW_BUFFER::magic |
Magic number to identify the data type
| uint32_t SCISDK_FRAME_RAW_BUFFER::packet_size |
Size of the packet in DWORD, calculated from JSON file
| uint32_t SCISDK_FRAME_RAW_BUFFER::valid_data |
Number of valid data in the buffer in DWORD