Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
#include "distversion.h"
#include "humanreadableobject.h"
#include "package.h"
#include <QSharedPointer>
#include <streambase.h>
#include <crc/crchash.h>
Go to the source code of this file.
Classes | |
class | QH::PKG::AbstractData |
The AbstractData class is provide base functions for transport data by network For create you own package you need to inherited from this class. Simple Example: More... | |
Namespaces | |
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. | |
Macros | |
#define | PROTOCKOL_VERSION_COMMAND 0xFFFF |
PROTOCKOL_VERSION_COMMAND is command for exchange versions number betwin nodes. | |
#define | PROTOCKOL_VERSION_RECEIVED_COMMAND PROTOCKOL_VERSION_COMMAND - 1 |
PROTOCKOL_VERSION_RECEIVED_COMMAND is command for check delivered version. | |
#define | QH_PACKAGE(S) |
QH_PACKAGE This macross prepare data to send and create a global id for package. For get global id use the cmd method. For get quick access for global command use the ClassName::command() method. This method is static. | |
#define PROTOCKOL_VERSION_COMMAND 0xFFFF |
PROTOCKOL_VERSION_COMMAND is command for exchange versions number betwin nodes.
Definition at line 20 of file abstractdata.h.
#define PROTOCKOL_VERSION_RECEIVED_COMMAND PROTOCKOL_VERSION_COMMAND - 1 |
PROTOCKOL_VERSION_RECEIVED_COMMAND is command for check delivered version.
Definition at line 25 of file abstractdata.h.
#define QH_PACKAGE | ( | S | ) |
QH_PACKAGE This macross prepare data to send and create a global id for package. For get global id use the cmd method. For get quick access for global command use the ClassName::command() method. This method is static.
Definition at line 34 of file abstractdata.h.