#include "abstractnodeinfo.h"
#include "ping.h"
#include <QAbstractSocket>
#include <QFutureWatcher>
#include <QMutex>
#include <QSharedPointer>
#include <QTcpServer>
#include <QThreadPool>
#include <QTimer>
#include <softdelete.h>
#include "abstractdata.h"
#include "workstate.h"
#include "package.h"
#include "heart_global.h"
#include <iparser.h>
Go to the source code of this file.
|
class | QH::AbstractNode |
| The AbstractNode class - Abstract implementation of node. this implementation have a methods for send and receive data messages, and work with crypto method for create a security connections betwin nodes. AbstractNode - is thread save class. More...
|
|
|
namespace | QH |
| The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart library.
|
|
namespace | QH::PKG |
| The PKG namesapce - this namespace contains all default packages of the Heart library. If you want create a pool request for Heart Library with own implemented packages you need to create a new package into a PKG namesapce.
|
|
◆ BIG_DATA_HASH_ID
#define BIG_DATA_HASH_ID 0xFFFF |
◆ CRITICAL_ERROOR
#define CRITICAL_ERROOR -50 |
◆ LOGICK_ERROOR
#define LOGICK_ERROOR -20 |
◆ NOTSUPPORT_ERROR
#define NOTSUPPORT_ERROR -1 |
◆ REQUEST_ERROR