GoPxL SDK
Home
Files
Namespace
GoGdpNull.h
Go to the documentation of this file.
1
9
#ifndef GO_PXL_SDK_GOGDPNULL_H
10
#define GO_PXL_SDK_GOGDPNULL_H
11
12
#include <
GoPxLSdk/GoGdpMsg/GoGdpMsg.h
>
13
14
class
GoGdpMsgTests;
15
16
namespace
GoPxLSdk
17
{
18
class
GoPxLSdkClass
GoGdpNull
:
public
GoGdpMsg
19
{
20
public
:
27
GoGdpNull
();
28
~
GoGdpNull
() =
default
;
29
38
void
Deserialize(kSerializer serializer)
override
;
39
47
const
k32s ErrorStatus()
const
;
48
49
private
:
50
k32s errorStatus = 0;
51
friend
class ::GoGdpMsgTests;
52
};
53
}
54
55
#endif
GoPxLSdkClass
#define GoPxLSdkClass
Definition:
Def.h:35
GoPxLSdk::GoGdpNull
Definition:
GoGdpNull.h:18
GoGdpMsg.h
GoPxLSdk
Definition:
Def.h:46
GoPxLSdk::GoGdpMsg
Definition:
GoGdpMsg.h:37
GoGdpMsg
GoGdpNull.h