Example
Loading...
Searching...
No Matches
CMEMSTimedData.h
Go to the documentation of this file.
1// Copyright. 2019 - 2024 PSBD. All rights reserved.
2
3#pragma once
4
6#include "Capsule/CPoint3d.h"
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
17CLC_STRUCT_WNN(MEMSTimedData, clCMEMSTimedData, mems);
18
25CL_DLL int32_t clCMEMSTimedData_GetCount(clCMEMSTimedData memsTimedData) NOEXCEPT;
34 int32_t index) NOEXCEPT;
42CL_DLL clCPoint3d clCMEMSTimedData_GetGyroscope(clCMEMSTimedData memsTimedData,
43 int32_t index) NOEXCEPT;
51CL_DLL uint64_t clCMEMSTimedData_GetTimepoint(clCMEMSTimedData memsTimedData, int32_t index) NOEXCEPT;
52
53#ifdef __cplusplus
54}
55#endif
#define NOEXCEPT
Definition CDefinesPrivate.h:52
#define CL_DLL
Definition CDefinesPrivate.h:21
CL_DLL int32_t clCMEMSTimedData_GetCount(clCMEMSTimedData memsTimedData) NOEXCEPT
CL_DLL clCPoint3d clCMEMSTimedData_GetGyroscope(clCMEMSTimedData memsTimedData, int32_t index) NOEXCEPT
CL_DLL uint64_t clCMEMSTimedData_GetTimepoint(clCMEMSTimedData memsTimedData, int32_t index) NOEXCEPT
CL_DLL clCPoint3d clCMEMSTimedData_GetAccelerometer(clCMEMSTimedData memsTimedData, int32_t index) NOEXCEPT
CLC_STRUCT_WNN(MEMSTimedData, clCMEMSTimedData, mems)
Array of MEMS data with timepoints.
Three-dimensional point.
Definition CPoint3d.h:8