Class Feedback::Mobile

Nested Relationships

This class is a nested type of Class Feedback.

Class Documentation

class Mobile

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

Public Functions

inline Mobile(const HebiFeedbackRef &internal)
inline const FloatField &batteryLevel() const

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

inline const Vector3fField &arPosition() const

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

inline const QuaternionfField &arOrientation() const

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

inline const EnumField<ArQuality> &arQuality() const

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