9 #ifndef GO_PXL_SDK_GOGDPPROFILEBASE_H
10 #define GO_PXL_SDK_GOGDPPROFILEBASE_H
28 const k32u Width()
const;
37 const k32u IntensityWidth()
const;
46 const kPoint3d64f Resolution()
const;
55 const kPoint3d64f Offset()
const;
64 const k32f Exposure()
const;
85 void Deserialize(kSerializer serializer)
override;
88 const k64f OffsetScaled = 1000.0;
89 const k64f ResolutionScaled = 1000000.0;
92 k32u intensityWidth = 0;
100 kPoint3d64f resolution = { 0.0 };
101 kPoint3d64f offset = { 0.0 };
105 friend class ::GoGdpMsgTests;
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoGdpProfileBase.h:18
MessageType
List of enums representing types available to be serialized out through GDP This list is essentially ...
Definition: GoGdpMsgDef.h:27
Definition: GoGdpMsg.h:37