GoPxL SDK
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 
14 
15 class GoGdpMsgTests;
16 
17 namespace GoPxLSdk
18 {
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
#define GoPxLSdkClass
Definition: Def.h:35
Declares the GoPxLSdk.GoGdpMsg class.
Definition: Def.h:46
Definition: GoGdpMsg.h:38
Definition: GoGdpSignal.h:19