Formatted package
This commit is contained in:
Dhanya Thattil
2022-08-05 15:39:34 +02:00
committed by GitHub
parent 7173785b29
commit 6bf9dbf6d3
89 changed files with 1366 additions and 1210 deletions

View File

@@ -9,8 +9,8 @@
*@short functions to open/close zmq sockets
*/
#include "sls/sls_detector_exceptions.h"
#include "sls/container_utils.h"
#include "sls/sls_detector_exceptions.h"
#include <map>
#include <memory>
@@ -23,7 +23,6 @@ namespace sls {
// #define ZMQ_DETAIL
#define ROIVERBOSITY
/** zmq header structure */
struct zmqHeader {
/** true if incoming data, false if end of acquisition */
@@ -224,8 +223,7 @@ class ZmqSocket {
/** Socket descriptor */
mySocketDescriptors sockfd;
std::unique_ptr<char[]> header_buffer =
make_unique<char[]>(MAX_STR_LENGTH);
std::unique_ptr<char[]> header_buffer = make_unique<char[]>(MAX_STR_LENGTH);
};
} // namespace sls