SciSDK Library
SDK for SciCompiler projects
SCISDK_EMULATOR_ENERGY_SPECTRUM Struct Reference

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
 

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

◆ allocated_bins

uint32_t SCISDK_EMULATOR_ENERGY_SPECTRUM::allocated_bins

◆ data

uint32_t* SCISDK_EMULATOR_ENERGY_SPECTRUM::data

Pointer to data allocated by the AllocateBuffer function

◆ 

struct { ... } SCISDK_EMULATOR_ENERGY_SPECTRUM::info

◆ magic

uint32_t SCISDK_EMULATOR_ENERGY_SPECTRUM::magic

Magic number to identify the data type

◆ valid_bins

uint32_t SCISDK_EMULATOR_ENERGY_SPECTRUM::valid_bins

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