33#ifndef SBG_ECOM_VIB_MON_FFT_CTX_H
34#define SBG_ECOM_VIB_MON_FFT_CTX_H
56#define SBG_ECOM_VIB_MON_FFT_CTX_BUFFER_SIZE (8192)
Main header for the SBG Systems common C library.
void sbgEComVibMonFftCtxConstruct(SbgEComVibMonFftCtx *pCtx)
#define SBG_ECOM_VIB_MON_FFT_CTX_BUFFER_SIZE
Definition sbgEComVibMonFftCtx.h:56
struct _SbgEComVibMonFftCtx SbgEComVibMonFftCtx
SbgErrorCode sbgEComVibMonFftCtxProcess(SbgEComVibMonFftCtx *pCtx, uint16_t pageIndex, uint16_t nrPages, const void *pBuffer, size_t size)
SbgErrorCode sbgEComVibMonFftCtxGetStreamBuffer(const SbgEComVibMonFftCtx *pCtx, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
struct _SbgStreamBuffer SbgStreamBuffer
Definition sbgEComVibMonFftCtx.h:68
uint8_t buffer[SBG_ECOM_VIB_MON_FFT_CTX_BUFFER_SIZE]
Definition sbgEComVibMonFftCtx.h:69
SbgEComPager pager
Definition sbgEComVibMonFftCtx.h:71