Heart
1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
receivedata.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-2025 QuasarApp.
3
* Distributed under the lgplv3 software license, see the accompanying
4
* Everyone is permitted to copy and distribute verbatim copies
5
* of this license document, but changing it is not allowed.
6
*/
7
8
9
#ifndef RECEIVEDATA_H
10
#define RECEIVEDATA_H
11
12
#include "
package.h
"
13
14
namespace
QH
{
15
19
struct
ReceiveData
20
{
21
public
:
22
ReceiveData
();
23
24
Package
_pkg
;
25
QByteArray
_hdrArray
;
26
27
};
28
}
29
#endif
// RECEIVEDATA_H
QH::Package
The Package struct. This is base structure for transporting data by network between QH nodes....
Definition
package.h:23
QH
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition
heart.cpp:13
package.h
QH::ReceiveData
The ReceiveData struct This is private structure for contains informaton for parse packages.
Definition
receivedata.h:20
QH::ReceiveData::_pkg
Package _pkg
Definition
receivedata.h:24
QH::ReceiveData::ReceiveData
ReceiveData()
Definition
receivedata.cpp:13
QH::ReceiveData::_hdrArray
QByteArray _hdrArray
Definition
receivedata.h:25
src
private
receivedata.h
Generated by
1.9.8