Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
headposelistener.h
Go to the documentation of this file.
1
10#pragma once
11#include "head.h"
12
13namespace SR {
14
22public:
31 virtual void accept(const SR_headPose& frame) = 0;
32};
33
34}
Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1...
Definition: headposelistener.h:21
virtual void accept(const SR_headPose &frame)=0
Accept an SR_headPose frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
Definition: head.h:16