Example
Loading...
Searching...
No Matches
CEEGTimedData.h
Go to the documentation of this file.
1// Copyright. 2019 - 2024 PSBD. All rights reserved.
2
3#pragma once
4
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
17CLC_STRUCT_WN(EEGTimedData, clCEEGTimedData);
18
25CL_DLL int32_t clCEEGTimedData_GetChannelsCount(clCEEGTimedData eegTimedData) NOEXCEPT;
32CL_DLL int32_t clCEEGTimedData_GetSamplesCount(clCEEGTimedData eegTimedData) NOEXCEPT;
41CL_DLL float clCEEGTimedData_GetValue(clCEEGTimedData eegTimedData, int32_t channelIndex,
42 int32_t sampleIndex) NOEXCEPT;
50CL_DLL uint64_t clCEEGTimedData_GetTimepoint(clCEEGTimedData eegTimedData, int32_t index) NOEXCEPT;
51
52#ifdef __cplusplus
53}
54#endif
#define NOEXCEPT
Definition CDefinesPrivate.h:52
#define CL_DLL
Definition CDefinesPrivate.h:21
#define CLC_STRUCT_WN(Wrapped, Name)
Definition CDefinesPrivate.h:58
CL_DLL uint64_t clCEEGTimedData_GetTimepoint(clCEEGTimedData eegTimedData, int32_t index) NOEXCEPT
CL_DLL int32_t clCEEGTimedData_GetSamplesCount(clCEEGTimedData eegTimedData) NOEXCEPT
CL_DLL float clCEEGTimedData_GetValue(clCEEGTimedData eegTimedData, int32_t channelIndex, int32_t sampleIndex) NOEXCEPT
CL_DLL int32_t clCEEGTimedData_GetChannelsCount(clCEEGTimedData eegTimedData) NOEXCEPT