|
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 allocated_bins | ||
| uint32_t valid_bins | ||
| } | 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_EMULATOR_ENERGY_SPECTRUM::allocated_bins |
| uint32_t* SCISDK_EMULATOR_ENERGY_SPECTRUM::data |
Pointer to data allocated by the AllocateBuffer function
| struct { ... } SCISDK_EMULATOR_ENERGY_SPECTRUM::info |
| uint32_t SCISDK_EMULATOR_ENERGY_SPECTRUM::magic |
Magic number to identify the data type
| uint32_t SCISDK_EMULATOR_ENERGY_SPECTRUM::valid_bins |