Skip to content

Commit

Permalink
Merge pull request #35 from StoneBam/fix-xtfqpsmbeentry
Browse files Browse the repository at this point in the history
Fix XTFQPSMBEEntry according to spec
  • Loading branch information
oysstu authored Apr 24, 2024
2 parents 6ce835e + ad45ea0 commit 30f7b61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyxtf/xtf_ctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,8 @@ class XTFQPSMBEEntry(XTFBase):
('Quality', ctypes.c_int),
('TwoWayTravelTime', ctypes.c_double),
('DeltaTime', ctypes.c_double),
('OffsetX', ctypes.c_double), # Number of bytes without padding (header+data)
('OffsetY', ctypes.c_double),
('OffsetZ', ctypes.c_double),
('BeamAngle', ctypes.c_double),
('TiltAngle', ctypes.c_double),
('Reserved', ctypes.c_float * 4)
]

Expand Down

0 comments on commit 30f7b61

Please sign in to comment.