10 #ifndef GO_PXL_SDK_GOGDPPROFILEBASE_H
11 #define GO_PXL_SDK_GOGDPPROFILEBASE_H
29 const k32u Width()
const;
38 const k32u IntensityWidth()
const;
47 const kPoint3d64f Resolution()
const;
56 const kPoint3d64f Offset()
const;
65 const k32f Exposure()
const;
86 void Deserialize(kSerializer serializer)
override;
89 const k64f OffsetScaled = 1000.0;
90 const k64f ResolutionScaled = 1000000.0;
93 k32u intensityWidth = 0;
101 kPoint3d64f resolution = { 0.0 };
102 kPoint3d64f offset = { 0.0 };
106 friend class ::GoGdpMsgTests;
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoGdpProfileBase.h:19
MessageType
List of enums representing types available to be serialized out through GDP This list is essentially ...
Definition: GoGdpMsgDef.h:27
Declares the GoPxLSdk.GoGdpMsg class.
Definition: GoGdpMsg.h:38