Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Member Functions | List of all members
SR::HeadPoseListener Class Referenceabstract

Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1.5.4. More...

#include <headposelistener.h>

Public Member Functions

virtual void accept (const SR_headPose &frame)=0
 Accept an SR_headPose frame. More...
 

Detailed Description

Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1.5.4.

Member Function Documentation

◆ accept()

virtual void SR::HeadPoseListener::accept ( const SR_headPose frame)
pure virtual

Accept an SR_headPose frame.

Parameters
framerepresents a new SR_headPose update

This function is called from an HeadPoseStream. Updates will be frequent, but the next update will only be receivable once accept has returned control to the stream.


The documentation for this class was generated from the following file: