SkyPulse UAV
V0.1
Loading...
Searching...
No Matches
SkyPulseUAV_GroundStation
TOOLS
DataHandler.h
Go to the documentation of this file.
1
#ifndef DATAHANDLER_H
2
#define DATAHANDLER_H
3
4
#include <QByteArray>
5
6
class
DataHandler
{
7
public
:
8
virtual
~DataHandler
() {}
9
virtual
void
handleData
(
const
QByteArray &data) = 0;
10
};
11
12
#endif
// DATAHANDLER_H
DataHandler
Definition
DataHandler.h:6
DataHandler::handleData
virtual void handleData(const QByteArray &data)=0
DataHandler::~DataHandler
virtual ~DataHandler()
Definition
DataHandler.h:8
Generated by
1.10.0