Public Member Functions | Static Public Member Functions | List of all members
foxglove::ServerFactory Class Reference

#include <server_factory.hpp>

Public Member Functions

template<>
std::unique_ptr< ServerInterface< websocketpp::connection_hdl > > createServer (const std::string &name, const std::function< void(WebSocketLogLevel, char const *)> &logHandler, const ServerOptions &options)
 

Static Public Member Functions

template<typename ConnectionHandle >
static std::unique_ptr< ServerInterface< ConnectionHandle > > createServer (const std::string &name, const std::function< void(WebSocketLogLevel, char const *)> &logHandler, const ServerOptions &options)
 

Detailed Description

Definition at line 13 of file server_factory.hpp.

Member Function Documentation

◆ createServer() [1/2]

template<>
std::unique_ptr<ServerInterface<websocketpp::connection_hdl> > foxglove::ServerFactory::createServer ( const std::string &  name,
const std::function< void(WebSocketLogLevel, char const *)> &  logHandler,
const ServerOptions options 
)

Definition at line 13 of file server_factory.cpp.

◆ createServer() [2/2]

template<typename ConnectionHandle >
static std::unique_ptr<ServerInterface<ConnectionHandle> > foxglove::ServerFactory::createServer ( const std::string &  name,
const std::function< void(WebSocketLogLevel, char const *)> &  logHandler,
const ServerOptions options 
)
static

The documentation for this class was generated from the following files:


foxglove_bridge
Author(s): Foxglove
autogenerated on Mon Jul 3 2023 02:12:22