C
NetworkMessagePlugin Class
The NetworkMessagePlugin class provides an implementation of QSafeMessageInterface that uses the TCP/IP socket to send safe events to the Safe Renderer process. More...
Header: | #include <NetworkMessagePlugin> |
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 |
Member Function Documentation
[override virtual]
void NetworkMessagePlugin::sendMessage(const SafeRenderer::QSafeEvent &event)
Reimplements: QSafeMessageInterface::sendMessage(const SafeRenderer::QSafeEvent &event).
Sends an event from the safety-critical process to the non-safe process. The TCP/IP socket is used for sending the event.
Available under certain Qt licenses.
Find out more.