Files
sf_daq_buffer/src/rest_interface.hpp
T
2018-01-21 16:36:27 +01:00

9 lines
231 B
C++

#ifndef REST_INTERFACE_H
#define REST_INTERFACE_H
#include "WriterManager.hpp"
#include "H5Format.hpp"
void start_rest_api(WriterManager& writer_manager, uint16_t port, std::map<std::string, DATA_TYPE>* input_value_type);
#endif