mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 06:24:13 +02:00
11 lines
181 B
C++
11 lines
181 B
C++
#ifndef REST_INTERFACE_H
|
|
#define REST_INTERFACE_H
|
|
|
|
#include "WriterManager.hpp"
|
|
|
|
namespace RestApi
|
|
{
|
|
void start_rest_api(WriterManager& writer_manager, uint16_t port);
|
|
}
|
|
|
|
#endif |