GoPxL SDK
Home
Files
Namespace
GoGdpSignal.h
Go to the documentation of this file.
1
9
#ifndef GO_PXL_SDK_GOGDPSIGNAL_H
10
#define GO_PXL_SDK_GOGDPSIGNAL_H
11
12
#include <
GoPxLSdk/GoGdpMsg/GoGdpMsg.h
>
13
14
class
GoGdpMsgTests;
15
16
namespace
GoPxLSdk
17
{
18
class
GoPxLSdkClass
GoGdpSignal
:
public
GoGdpMsg
19
{
20
public
:
27
GoGdpSignal
();
28
~
GoGdpSignal
() =
default
;
29
38
void
Deserialize(kSerializer serializer)
override
;
39
40
private
:
41
friend
class ::GoGdpMsgTests;
42
};
43
}
44
45
#endif
GoPxLSdkClass
#define GoPxLSdkClass
Definition:
Def.h:35
GoGdpMsg.h
GoPxLSdk
Definition:
Def.h:46
GoPxLSdk::GoGdpMsg
Definition:
GoGdpMsg.h:37
GoPxLSdk::GoGdpSignal
Definition:
GoGdpSignal.h:18
GoGdpMsg
GoGdpSignal.h