mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-24 09:30:44 +02:00
9 lines
231 B
C++
9 lines
231 B
C++
#ifndef REST_INTERFACE_H
|
|
#define REST_INTERFACE_H
|
|
|
|
#include "WriterManager.hpp"
|
|
#include "h5_utils.hpp"
|
|
|
|
void start_rest_api(WriterManager& writer_manager, uint16_t port, std::map<std::string, DATA_TYPE>* input_value_type);
|
|
|
|
#endif |