CustusX
22.04-rc5
An IGT application
|
#include <cxSender.h>
Public Member Functions | |
Sender () | |
virtual | ~Sender () |
virtual bool | isReady () const =0 |
virtual void | send (PackagePtr package)=0 |
Interface for sending grabbed data from the ImageSender classes further to either a TCP/IP socket or directly via a Qt signal.
Definition at line 49 of file cxSender.h.
|
inline |
Definition at line 53 of file cxSender.h.
|
inlinevirtual |
Definition at line 54 of file cxSender.h.
|
pure virtual |
Return if sender is ready to send another message. If !isReady(), calls to send() will fail.
Implemented in cx::SenderImpl, cx::GrabberSenderQTcpSocket, cx::DirectlyLinkedSender, and cxtest::TestSender.
|
pure virtual |
Implemented in cx::SenderImpl, and cxtest::TestSender.