13#ifndef RTCTK_BASICTYPES_HPP
14#define RTCTK_BASICTYPES_HPP
A buffer class representing 2D matrix data.
Definition matrixBuffer.hpp:28
Declaration of the MatrixBuffer template class used in APIs.
Definition commandReplier.cpp:22
std::int64_t RtcInt64
Definition basicTypes.hpp:41
RtcMatrix< RtcInt8 > RtcMatrixInt8
Definition basicTypes.hpp:63
std::int16_t RtcInt16
Definition basicTypes.hpp:39
std::uint16_t RtcUInt16
Definition basicTypes.hpp:43
float RtcFloat
Definition basicTypes.hpp:46
RtcMatrix< RtcInt32 > RtcMatrixInt32
Definition basicTypes.hpp:65
std::int32_t RtcInt32
Definition basicTypes.hpp:40
componentFramework::MatrixBuffer< T > RtcMatrix
Definition basicTypes.hpp:35
std::int8_t RtcInt8
Definition basicTypes.hpp:38
RtcMatrix< RtcInt64 > RtcMatrixInt64
Definition basicTypes.hpp:66
RtcMatrix< RtcUInt64 > RtcMatrixUInt64
Definition basicTypes.hpp:70
RtcVector< RtcUInt32 > RtcVectorUInt32
Definition basicTypes.hpp:57
RtcMatrix< RtcUInt8 > RtcMatrixUInt8
Definition basicTypes.hpp:67
RtcMatrix< RtcString > RtcMatrixString
Definition basicTypes.hpp:73
RtcMatrix< RtcFloat > RtcMatrixFloat
Definition basicTypes.hpp:71
RtcVector< RtcDouble > RtcVectorDouble
Definition basicTypes.hpp:60
std::string RtcString
Definition basicTypes.hpp:48
RtcMatrix< RtcInt16 > RtcMatrixInt16
Definition basicTypes.hpp:64
std::vector< T > RtcVector
Definition basicTypes.hpp:29
RtcMatrix< RtcDouble > RtcMatrixDouble
Definition basicTypes.hpp:72
bool RtcBool
Definition basicTypes.hpp:37
RtcVector< RtcUInt16 > RtcVectorUInt16
Definition basicTypes.hpp:56
std::uint32_t RtcUInt32
Definition basicTypes.hpp:44
RtcVector< RtcInt16 > RtcVectorInt16
Definition basicTypes.hpp:52
RtcMatrix< RtcBool > RtcMatrixBool
Definition basicTypes.hpp:62
RtcVector< RtcFloat > RtcVectorFloat
Definition basicTypes.hpp:59
RtcVector< RtcInt8 > RtcVectorInt8
Definition basicTypes.hpp:51
std::uint8_t RtcUInt8
Definition basicTypes.hpp:42
RtcVector< RtcBool > RtcVectorBool
Definition basicTypes.hpp:50
RtcVector< RtcUInt64 > RtcVectorUInt64
Definition basicTypes.hpp:58
std::uint64_t RtcUInt64
Definition basicTypes.hpp:45
RtcVector< RtcString > RtcVectorString
Definition basicTypes.hpp:61
RtcVector< RtcInt32 > RtcVectorInt32
Definition basicTypes.hpp:53
std::vector< std::byte > RtcBinary
Definition basicTypes.hpp:49
RtcVector< RtcUInt8 > RtcVectorUInt8
Definition basicTypes.hpp:55
RtcMatrix< RtcUInt16 > RtcMatrixUInt16
Definition basicTypes.hpp:68
RtcVector< RtcInt64 > RtcVectorInt64
Definition basicTypes.hpp:54
RtcMatrix< RtcUInt32 > RtcMatrixUInt32
Definition basicTypes.hpp:69
double RtcDouble
Definition basicTypes.hpp:47