My Project
Loading...
Searching...
No Matches
include
control
handlers
DataHandler.hpp
1
#pragma once
2
3
#include "control/IMessageHandler.hpp"
4
5
class
DataHandler
:
public
IMessageHandler
{
6
public
:
7
void
handle(
const
std::string& messageId,
const
std::string& payload,
System
& system)
override
;
8
MessageType getHandledType()
const override
;
9
};
DataHandler
Definition
DataHandler.hpp:5
IMessageHandler
Definition
IMessageHandler.hpp:9
System
Definition
System.hpp:14
Generated by
1.9.8