RTC Toolkit 6.0.0
Loading...
Searching...
No Matches

Provides various utilities for generating and validating test patterns for payload data. More...

Files

file  patternGeneration.hpp
 Generation functions for creating test patterns.
 
file  patternValidation.hpp
 Validation functions for checking correctness of data against expected test patterns.
 

Variables

template<typename T>
constexpr bool rtctk::componentFramework::IS_COMPLEX_TYPE = IsComplexType<T>::value
 Is true if the type is a std::complex<U> of some type U.
 

Detailed Description

Provides various utilities for generating and validating test patterns for payload data.

Variable Documentation

◆ IS_COMPLEX_TYPE

template<typename T>
bool rtctk::componentFramework::IS_COMPLEX_TYPE = IsComplexType<T>::value
inlineconstexpr

Is true if the type is a std::complex<U> of some type U.