SciSDK Library
SDK for SciCompiler projects
SCISDK_RM_RAW_BUFFER Struct Reference

Rate Meter data structure. More...

#include <scisdk_defines.h>

Public Attributes

uint32_t magic
 
double * data
 
struct {
   uint32_t   buffer_size
 
   uint32_t   valid_data
 
   uint32_t   nchannels
 
info
 

Detailed Description

Rate Meter data structure.

This type is used to store data from rate meter component The reference document for the data format is the Rate Meter

Member Data Documentation

◆ buffer_size

uint32_t SCISDK_RM_RAW_BUFFER::buffer_size

Size of the buffer in samples

◆ data

double* SCISDK_RM_RAW_BUFFER::data

Pointer to data containings the counts in the integration time allocated by the AllocateBuffer function

◆ 

struct { ... } SCISDK_RM_RAW_BUFFER::info

◆ magic

uint32_t SCISDK_RM_RAW_BUFFER::magic

Magic number to identify the data type

◆ nchannels

uint32_t SCISDK_RM_RAW_BUFFER::nchannels

Number of channels

◆ valid_data

uint32_t SCISDK_RM_RAW_BUFFER::valid_data

Number of valid samples in the buffer


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