CustusX
22.04-rc5
An IGT application
|
#include <cxSenderImpl.h>
Public Member Functions | |
SenderImpl () | |
virtual | ~SenderImpl () |
virtual bool | isReady () const =0 |
virtual void | send (PackagePtr package) |
Public Member Functions inherited from cx::Sender | |
Sender () | |
virtual | ~Sender () |
Protected Member Functions | |
virtual void | send (ImagePtr msg)=0 |
virtual void | send (ProbeDefinitionPtr msg)=0 |
Definition at line 36 of file cxSenderImpl.h.
|
inline |
Definition at line 39 of file cxSenderImpl.h.
|
inlinevirtual |
Definition at line 40 of file cxSenderImpl.h.
|
pure virtual |
Return if sender is ready to send another message. If !isReady(), calls to send() will fail.
Implements cx::Sender.
Implemented in cx::GrabberSenderQTcpSocket, and cx::DirectlyLinkedSender.
|
virtual |
Implements cx::Sender.
Definition at line 18 of file cxSenderImpl.cpp.
|
protectedpure virtual |
Send an image message
Implemented in cx::GrabberSenderQTcpSocket, and cx::DirectlyLinkedSender.
|
protectedpure virtual |
Send an US status message
Implemented in cx::GrabberSenderQTcpSocket, and cx::DirectlyLinkedSender.