CustusX
16.5.0-rc9
An IGT application
|
#include <QPointer>
#include <QTcpServer>
#include <QMutex>
#include "cxEnumConverter.h"
#include "boost/shared_ptr.hpp"
Go to the source code of this file.
Classes | |
class | cx::SocketConnection |
struct | cx::SocketConnection::ConnectionInfo |
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Macros | |
#define | assertRunningInObjectThread() |
Typedefs | |
typedef boost::shared_ptr < class SocketConnector > | cx::SocketConnectorPtr |
Enumerations | |
enum | cx::CX_SOCKETCONNECTION_STATE { cx::scsINACTIVE, cx::scsCONNECTED, cx::scsLISTENING, cx::scsCONNECTING, cx::scsCOUNT } |
Functions | |
SNW_DECLARE_ENUM_STRING_CONVERTERS (cx, CX_SOCKETCONNECTION_STATE) | |
#define assertRunningInObjectThread | ( | ) |
Insert into every method that is only allowed to be called inside the object's own thread.
Definition at line 58 of file cxSocketConnection.h.
SNW_DECLARE_ENUM_STRING_CONVERTERS | ( | cx | , |
CX_SOCKETCONNECTION_STATE | |||
) |