MCPcopy Create free account
hub / github.com/Norbyte/ositools / DebugMessageHandler

Method DebugMessageHandler

OsiInterface/DebugMessages.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace osidbg
10{
11 DebugMessageHandler::DebugMessageHandler(DebugInterface & intf)
12 : intf_(intf)
13 {
14 intf_.SetMessageHandler(
15 std::bind(&DebugMessageHandler::HandleMessage, this, std::placeholders::_1),
16 std::bind(&DebugMessageHandler::HandleConnect, this),
17 std::bind(&DebugMessageHandler::HandleDisconnect, this));
18 }
19
20 void MakeMsgColumn(MsgTypedValue & msgTv, TypedValue const & tv)
21 {

Callers

nothing calls this directly

Calls 1

SetMessageHandlerMethod · 0.80

Tested by

no test coverage detected