Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Typedefs | |
typedef websocketpp::server< websocketpp::config::asio > | server |
Functions | |
void | custom_on_msg (server &s, connection_hdl hdl, server::message_ptr msg) |
void | default_on_msg (server &s, connection_hdl hdl, server::message_ptr msg) |
int | main () |
Definition at line 6 of file handler_switch.cpp.
void custom_on_msg | ( | server & | s, |
connection_hdl | hdl, | ||
server::message_ptr | msg ) |
Definition at line 14 of file handler_switch.cpp.
void default_on_msg | ( | server & | s, |
connection_hdl | hdl, | ||
server::message_ptr | msg ) |
Definition at line 18 of file handler_switch.cpp.
int main | ( | void | ) |
Definition at line 32 of file handler_switch.cpp.