C
OutputVerifierInterface 类
class SafeRenderer::OutputVerifierInterfaceOutputVerifierInterface 类提供了一种用于验证图形输出的 API。...
头文件 | #include <OutputVerifierInterface> |
自 | QtSafeRenderer 2.0 |
继承自 |
此类是在 QtSafeRenderer 2.0 中引入的。
详细描述
OutputVerifierInterface 类提供了一种用于监控图形输出的 API。监控类的作用是验证显示屏上安全关键信息是否未损坏。验证基于显示屏输出的 CRC 计算。常用方法是硬件模块,它对屏幕上的区域(感兴趣区域,ROI)进行 CRC 计算。OutputVerifierInterface 是一个抽象接口类,用于封装特定平台的功能。
在某些 Qt 许可证下可用。
了解更多信息。