SciSDK Library
SDK for SciCompiler projects
SCISDK_FRAME_RAW_BUFFER Struct Reference

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
 

Detailed Description

Frame raw data structure.

This type is used to store frame raw result The reference document for the data format is the Frame

Member Data Documentation

◆ buffer_size

uint32_t SCISDK_FRAME_RAW_BUFFER::buffer_size

Size of the data buffer in DWORD

◆ data

uint32_t* SCISDK_FRAME_RAW_BUFFER::data

Pointer to data allocated by the AllocateBuffer function

◆ 

struct { ... } SCISDK_FRAME_RAW_BUFFER::info

◆ magic

uint32_t SCISDK_FRAME_RAW_BUFFER::magic

Magic number to identify the data type

◆ packet_size

uint32_t SCISDK_FRAME_RAW_BUFFER::packet_size

Size of the packet in DWORD, calculated from JSON file

◆ valid_data

uint32_t SCISDK_FRAME_RAW_BUFFER::valid_data

Number of valid data in the buffer in DWORD


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