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