HEBI C++ API  3.4.0
hebi::Feedback::Mobile Class Referencefinal

Feedback generally from a mobile device such as a phone or tablet. More...

#include <feedback.hpp>

Public Member Functions

const FloatFieldbatteryLevel () const
 Charge level of the device’s battery (in percent). More...
 
const Vector3fFieldarPosition () const
 A device's position in the world as calculated from an augmented reality framework, in meters. More...
 
const QuaternionfFieldarOrientation () const
 A device's orientation in the world as calculated from an augmented reality framework. More...
 
const EnumField< ArQuality > & arQuality () const
 The status of the augmented reality tracking, if using an AR enabled device. More...
 

Detailed Description

Feedback generally from a mobile device such as a phone or tablet.

Member Function Documentation

◆ batteryLevel()

const FloatField& hebi::Feedback::Mobile::batteryLevel ( ) const
inline

Charge level of the device’s battery (in percent).

◆ arPosition()

const Vector3fField& hebi::Feedback::Mobile::arPosition ( ) const
inline

A device's position in the world as calculated from an augmented reality framework, in meters.

◆ arOrientation()

const QuaternionfField& hebi::Feedback::Mobile::arOrientation ( ) const
inline

A device's orientation in the world as calculated from an augmented reality framework.

◆ arQuality()

const EnumField<ArQuality>& hebi::Feedback::Mobile::arQuality ( ) const
inline

The status of the augmented reality tracking, if using an AR enabled device.


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