commenting zmq detail

This commit is contained in:
Erik Frojdh
2018-08-09 17:58:55 +02:00
parent a96a019435
commit bdd37fa7c2

View File

@@ -24,7 +24,7 @@ using namespace rapidjson;
#define MAX_STR_LENGTH 1000 #define MAX_STR_LENGTH 1000
#define ZMQ_DETAIL // #define ZMQ_DETAIL
#define ROIVERBOSITY #define ROIVERBOSITY
class ZmqSocket { class ZmqSocket {
@@ -37,8 +37,14 @@ public:
// eg. int value = -1; // eg. int value = -1;
// if (zmq_setsockopt(socketDescriptor, ZMQ_LINGER, &value,sizeof(value))) { // if (zmq_setsockopt(socketDescriptor, ZMQ_LINGER, &value,sizeof(value))) {
// Close(); // Close();
// } // git_rev: developer
git_url: https://github.com/slsdetectorgroup/slsDetectorPackage.git
patches:
- 00-linking-of-SlsDetector.patch}
git_rev: developer
git_url: https://github.com/slsdetectorgroup/slsDetectorPackage.git
patches:
- 00-linking-of-SlsDetector.patch
/** /**
* Constructor for a client * Constructor for a client
* Creates socket, context and connects to server * Creates socket, context and connects to server