#include "distversion.h"
#include "hostaddress.h"
#include <QSharedPointer>
#include <multiversiondata.h>
Go to the source code of this file.
|
namespace | QH |
| The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart library.
|
|
|
using | QH::PacksMap = QHash< unsigned short, std::function< PKG::AbstractData *()> > |
| PacksMap This is hash map where id is command of package and value is factory function.
|
|
|
enum class | QH::ParserResult { QH::Error = 0
, QH::NotProcessed = 1
, QH::Processed = 2
} |
| The ParserResult enum. Error - parser detect a errorob package. NotProcessed - the parser does not know what to do with the package or has not finished processing it. Processed - the parser finished processing correctly. More...
|
|