C
OutputVerifierInterface Class
class SafeRenderer::OutputVerifierInterfaceThe OutputVerifierInterface class provides an API to verify the graphics output. More...
Header: | #include <OutputVerifierInterface> |
Since: | QtSafeRenderer 2.0 |
Inherited By: |
This class was introduced in QtSafeRenderer 2.0.
Detailed Description
The OutputVerifierInterface class provides an API to monitor the graphics output. The purpose of the monitor class is to verify that safety-critical information is not corrupted on the display. The verification is based on the CRC calculation of the display output. Common approach is the hardware module which does the CRC calculation for the regions on the screen (Region of Interest, ROI). OutputVerifierInterface is the abstract interface class to wrap the platform-specific functionality.
Available under certain Qt licenses.
Find out more.