mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-18 21:26:47 +02:00
Fix header guards
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef H5_FILE_FORMAT_H
|
||||
#define H5_FILE_FORMAT_H
|
||||
#ifndef H5FORMAT_H
|
||||
#define H5FORMAT_H
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#ifndef PROCESSMANAGER_H
|
||||
#define PROCESSMANAGER_H
|
||||
|
||||
#include "WriterManager.hpp"
|
||||
#include "H5Format.hpp"
|
||||
#include "RingBuffer.hpp"
|
||||
@@ -10,4 +13,6 @@ namespace ProcessManager
|
||||
void receive_zmq(WriterManager& manager, RingBuffer& ring_buffer, ZmqReceiver& receiver, const H5Format& format);
|
||||
|
||||
void write_h5(WriterManager& manager, const H5Format& format, RingBuffer& ring_buffer);
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef REST_INTERFACE_H
|
||||
#define REST_INTERFACE_H
|
||||
#ifndef RESTAPI_H
|
||||
#define RESTAPI_H
|
||||
|
||||
#include "WriterManager.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user