12 #ifndef CXIMAGESERVER_H_ 13 #define CXIMAGESERVER_H_ 15 #include "cxGrabberExport.h" 20 #include "boost/shared_ptr.hpp" 24 typedef boost::shared_ptr<class Streamer>
StreamerPtr;
41 bool startListen(
int port);
42 static void printHelpText();
43 static QString getArgumentHelpText(QString applicationName);
46 void incomingConnection(qintptr socketDescriptor);
48 void socketDisconnectedSlot();
50 StreamerPtr mImageSender;
51 QPointer<QTcpSocket> mSocket;
boost::shared_ptr< class Streamer > StreamerPtr
Namespace for all CustusX production code.