C
SafeRenderer::MISRVerifier Class
class SafeRenderer::MISRVerifierThe MISRVerifier class provides the output verifier implementation for the Qualcomm Snapdragon board. More...
| Header: | #include <MISRVerifier> |
| Since: | QtSafeRenderer 2.0 |
| Inherits: | SafeRenderer::OutputVerifierInterface |
Public Functions
| MISRVerifier(const SafeRenderer::QSafeRect &safeSurfaceRegionArg, const SafeRenderer::quint8 useAlphaBypass) |
Reimplemented Public Functions
| virtual bool | verifyOutput() override |
Detailed Description
Implements the OutputVerifierInterface abstract interface for the Qualcomm Snapdragon Snapdragon board. The implementation uses the OpenWFD extension to read the CRC value from MISR device.
Member Function Documentation
MISRVerifier::MISRVerifier(const SafeRenderer::QSafeRect &safeSurfaceRegionArg, const SafeRenderer::quint8 useAlphaBypass)
Constructs a MISR verifier object for the given region safeSurfaceRegionArg. If useAlphaBypass is true, alpha bypass feature is enabled for the CRC checks.
[override virtual] bool MISRVerifier::verifyOutput()
Reimplements: OutputVerifierInterface::verifyOutput().
Internal API for reading the output CRC value. In case of error the OutputVerifierException is thrown. Returns true on success, false if the context is not available.
Available under certain Qt licenses.
Find out more.