|
RTC Toolkit 5.0.0
|
Namespaces | |
| namespace | client |
| namespace | componentFramework |
| namespace | dataTask |
| namespace | ddtServer |
| namespace | deploymentDaemon |
| namespace | exampleComponent |
| namespace | exampleCustom |
| namespace | exampleDataTask |
| namespace | exampleTopic |
| namespace | metadataCollector |
| namespace | mudpiPub |
| namespace | rtcSupervisor |
| namespace | standaloneTools |
| namespace | telemetryRecorder |
| namespace | telRepub |
| namespace | telSub |
Variables | |
| constexpr std::string_view | VERSION_STRING = RTCTK_VERSION_STRING |
| constexpr uint16_t | VERSION_MAJOR = RTCTK_VERSION_MAJOR |
| constexpr uint16_t | VERSION_MINOR = RTCTK_VERSION_MINOR |
| constexpr uint8_t | VERSION_PATCH = RTCTK_VERSION_PATCH |
| constexpr uint32_t | VERSION_NUMBER = RTCTK_VERSION |
| using rtctk::RtcBinary = std::vector<std::byte> |
| using rtctk::RtcBool = bool |
| using rtctk::RtcDouble = double |
| using rtctk::RtcFloat = float |
| using rtctk::RtcInt16 = int16_t |
| using rtctk::RtcInt32 = int32_t |
| using rtctk::RtcInt64 = int64_t |
| using rtctk::RtcInt8 = int8_t |
| using rtctk::RtcMatrix = componentFramework::MatrixBuffer<T> |
| using rtctk::RtcMatrixBool = RtcMatrix<RtcBool> |
| using rtctk::RtcMatrixDouble = RtcMatrix<RtcDouble> |
| using rtctk::RtcMatrixFloat = RtcMatrix<RtcFloat> |
| using rtctk::RtcMatrixInt16 = RtcMatrix<RtcInt16> |
| using rtctk::RtcMatrixInt32 = RtcMatrix<RtcInt32> |
| using rtctk::RtcMatrixInt64 = RtcMatrix<RtcInt64> |
| using rtctk::RtcMatrixInt8 = RtcMatrix<RtcInt8> |
| using rtctk::RtcMatrixString = RtcMatrix<RtcString> |
| using rtctk::RtcMatrixUInt16 = RtcMatrix<RtcUInt16> |
| using rtctk::RtcMatrixUInt32 = RtcMatrix<RtcUInt32> |
| using rtctk::RtcMatrixUInt64 = RtcMatrix<RtcUInt64> |
| using rtctk::RtcMatrixUInt8 = RtcMatrix<RtcUInt8> |
| using rtctk::RtcString = std::string |
| using rtctk::RtcUInt16 = uint16_t |
| using rtctk::RtcUInt32 = uint32_t |
| using rtctk::RtcUInt64 = uint64_t |
| using rtctk::RtcUInt8 = uint8_t |
| using rtctk::RtcVector = std::vector<T> |
| using rtctk::RtcVectorBool = RtcVector<RtcBool> |
| using rtctk::RtcVectorDouble = RtcVector<RtcDouble> |
| using rtctk::RtcVectorFloat = RtcVector<RtcFloat> |
| using rtctk::RtcVectorInt16 = RtcVector<RtcInt16> |
| using rtctk::RtcVectorInt32 = RtcVector<RtcInt32> |
| using rtctk::RtcVectorInt64 = RtcVector<RtcInt64> |
| using rtctk::RtcVectorInt8 = RtcVector<RtcInt8> |
| using rtctk::RtcVectorString = RtcVector<RtcString> |
| using rtctk::RtcVectorUInt16 = RtcVector<RtcUInt16> |
| using rtctk::RtcVectorUInt32 = RtcVector<RtcUInt32> |
| using rtctk::RtcVectorUInt64 = RtcVector<RtcUInt64> |
| using rtctk::RtcVectorUInt8 = RtcVector<RtcUInt8> |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |