C
MessageSenderPlugin Class
Implements QSafeMessageInterface so that it uses platform specific library to send safe events to the Safe Renderer process. More...
Header: | #include <MessageSenderPlugin> |
Since: | QtSafeRenderer 1.0 |
Inherits: | QSafeMessageInterface and |
This class was introduced in QtSafeRenderer 1.0.
Reimplemented Public Functions
virtual void | sendMessage(const SafeRenderer::QSafeEvent &event) override |
virtual void | sendMessage(const SafeRenderer::QSafeEvent &event, SafeRenderer::QSafeEvent &reply) override |
Member Function Documentation
[override virtual]
void MessageSenderPlugin::sendMessage(const SafeRenderer::QSafeEvent &event)
Reimplements: QSafeMessageInterface::sendMessage(const SafeRenderer::QSafeEvent &event).
Sends an event from the non-safe process to the safety-critical process. The platform specific library is used for sending the event.
[override virtual]
void MessageSenderPlugin::sendMessage(const SafeRenderer::QSafeEvent &event, SafeRenderer::QSafeEvent &reply)
Reimplements: QSafeMessageInterface::sendMessage(const SafeRenderer::QSafeEvent &event, SafeRenderer::QSafeEvent &reply).
Sends an event from the non-safe process to the safety-critical process. The platform specific library is used for sending the event.
Available under certain Qt licenses.
Find out more.