11 #ifndef HTTP_SERVER_HPP 12 #define HTTP_SERVER_HPP 16 #include <boost/noncopyable.hpp> 26 :
private boost::noncopyable
31 explicit server(
const std::string& address,
const std::string& port,
32 const std::string& doc_root);
69 #endif // HTTP_SERVER_HPP Provides core I/O functionality.
pylon Camera Software Suite for Linux for Use with Basler Gigabit the pylon Viewer and the IP Configurator applications might not be available System I340 and I350 series Although the pylon software will work with any GigE network we would recommend to use one of these adapters USB For U3V devices a USB3 capable USB controller is necessary For best performance and stability we highly recommend a kernel the following settings should be i e
Provides signal functionality.
The common handler for all incoming requests.
server(const std::string &address, const std::string &port, const std::string &doc_root)
Provides the ability to accept new connections.
boost::shared_ptr< connection > connection_ptr
Class to represent an error code value.
The top-level class of the HTTP server.
void run()
Run the server's io_service loop.