···11+Expose more information on the frameservers, like product, manufacturer and
22+serial.
+7-3
src/xrt/include/xrt/xrt_frameserver.h
···6767 */
6868struct xrt_fs
6969{
7070- /*!
7171- * Name of the frame server source.
7272- */
7070+ //! Name of the frame server source, from the subsystem.
7371 char name[512];
7272+ //! Frame server product identifier, matches the prober device.
7373+ char product[32];
7474+ //! Frame server manufacturer, matches the prober device.
7575+ char manufacturer[32];
7676+ //! Frame server serial number, matches the prober device.
7777+ char serial[32];
74787579 /*!
7680 * All frames produced by this frameserver are tagged with this id.