Patronum
package.h
Go to the documentation of this file.
1
#ifndef PACKAGE_H
2
#define PACKAGE_H
3
4
#include <QDataStream>
5
6
namespace
Patronum
{
7
8
enum class
Command
: char {
9
FeaturesRequest
,
10
Features
,
11
Feature
,
12
FeatureResponce
13
};
14
15
struct
Package
16
{
17
Command
cmd
;
18
char
*
data
;
19
};
20
21
}
22
23
#endif // PACKAGE_H
Patronum::Package::data
char * data
Definition:
package.h:18
Patronum::Command::FeaturesRequest
Patronum::Command
Command
Definition:
package.h:8
Patronum::Package
Definition:
package.h:15
Patronum::Command::Feature
Patronum::Command::FeatureResponce
Patronum::Command::Features
Patronum
Definition:
controller.cpp:7
Patronum::Package::cmd
Command cmd
Definition:
package.h:17
Patronum
src
package.h
Generated by
1.8.13