Files
sf_daq_buffer/core-writer/include/RestApi.hpp
T

15 lines
200 B
C++

#ifndef RESTAPI_H
#define RESTAPI_H
#include <chrono>
#include "date.h"
#include "ProcessManager.hpp"
namespace RestApi
{
void start_rest_api(ProcessManager& manager, uint16_t port);
}
#endif