![]() |
CustusX
15.4.0-beta
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 73 of file cxSender.h.
|
inline |
Definition at line 77 of file cxSender.h.
|
inlinevirtual |
Definition at line 78 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.