qualisys / qualisys_dotnet_sdk

C# (.NET) implementation of the real-time protocol for Qualisys Track Manager
MIT License
8 stars 5 forks source link

Handle file closed #28

Closed qjgn closed 2 years ago

qjgn commented 2 years ago

Problem

When QTM closes a measurement file it responds via RT by sending the string "File closed". This isn't handled by the RTClientSDK.NET

Solution

This pull requests modifies CRTProtocol::CloseMeasurement() to handle the "File closed" response when sending the "Close" command.