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