Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

File Formats

Matthew Holden edited this page Sep 10, 2013 · 1 revision

Saved procedure XML file format:

<TransformRecorderLog>
  <log DeviceName="Name_Of_Tracked_Tool" TimeStampNSec="??" TimeStampSec="??" transform="?? ... ??" type="transform" />
  ...
  <log TimeStampSec="??" TimeStampNSec="??" type="message" message="Name_Of_Message_1" />
  ...
</TransformRecorderLog>

Note: The string "??" is used to represent a number.

Clone this wiki locally