Skip to content

Qualisys C++ SDK (QTM 2024.3)

Latest
Compare
Choose a tag to compare
@qjgn qjgn released this 24 Feb 14:51
a149cd7

Changelog

  • Added support for RT Protocol v1.27
  • Changed behaviour of RTProtocol::Connect to use automatic version fallback. See #58 for details
  • Added automatic build testing for gcc, clang, cl
  • Fixed issues #34 #47 #49

Settings Serialization / Deserialization changes

  • Added xml parser behaviour tests
  • Moved structures CRTProtocol to Settings.h. #66
  • Moved xml serialization/deserialization out of CRTProtocol
  • Replaced serializer with tinyxml2 #109
  • Fixed inconsistent boolean value string literals

RtClientExample changes

  • Fixed read external timebase settings reporting the wrong signal shutter delay #106
  • Fixed issues with functions outputting uninitialized variables #111