Resurgence (PY2022)
Codebase for the Husky Robotics 2021-2022 rover Resurgence
Loading...
Searching...
No Matches
net::mc::MissionControlProtocol Member List

This is the complete list of members for net::mc::MissionControlProtocol, including all inherited members.

addConnectionHandler(const connhandler_t &handler) (defined in net::websocket::WebSocketProtocol)net::websocket::WebSocketProtocol
addDisconnectionHandler(const connhandler_t &handler) (defined in net::websocket::WebSocketProtocol)net::websocket::WebSocketProtocol
addMessageHandler(const std::string &messageType, const msghandler_t &callback)net::websocket::WebSocketProtocol
addMessageHandler(const std::string &messageType, const msghandler_t &callback, const validator_t &validator)net::websocket::WebSocketProtocol
getProtocolPath() constnet::websocket::WebSocketProtocol
hasMessageHandler(const std::string &messageType) constnet::websocket::WebSocketProtocol
MissionControlProtocol(SingleClientWSServer &server) (defined in net::mc::MissionControlProtocol)net::mc::MissionControlProtocol
MissionControlProtocol(const MissionControlProtocol &other)=delete (defined in net::mc::MissionControlProtocol)net::mc::MissionControlProtocol
operator=(const MissionControlProtocol &other)=delete (defined in net::mc::MissionControlProtocol)net::mc::MissionControlProtocol
removeMessageHandler(const std::string &messageType)net::websocket::WebSocketProtocol
setHeartbeatTimedOutHandler(std::chrono::milliseconds timeout, const heartbeattimeouthandler_t &handler)net::websocket::WebSocketProtocol
WebSocketProtocol(const std::string &protocolPath)net::websocket::WebSocketProtocol
~MissionControlProtocol() (defined in net::mc::MissionControlProtocol)net::mc::MissionControlProtocol
~WebSocketProtocol()=default (defined in net::websocket::WebSocketProtocol)net::websocket::WebSocketProtocolvirtual