#include <SENSOrientation.h>
Definition at line 52 of file SENSOrientation.h.
◆ ~SENSOrientation()
| virtual SENSOrientation::~SENSOrientation |
( |
| ) |
|
|
inlinevirtual |
◆ getOrientation()
◆ isRunning()
| bool SENSOrientation::isRunning |
( |
| ) |
|
|
inline |
◆ registerListener()
Definition at line 31 of file SENSOrientation.cpp.
std::mutex _listenerMutex
std::vector< SENSOrientationListener * > _listeners
◆ setOrientation()
Definition at line 13 of file SENSOrientation.cpp.
27 l->onOrientation(timePt, orientation);
std::chrono::high_resolution_clock::time_point SENSTimePt
◆ start()
| virtual bool SENSOrientation::start |
( |
| ) |
|
|
pure virtual |
◆ stop()
| virtual void SENSOrientation::stop |
( |
| ) |
|
|
pure virtual |
◆ unregisterListener()
◆ _listenerMutex
| std::mutex SENSOrientation::_listenerMutex |
|
private |
◆ _listeners
◆ _orientation
| Quat SENSOrientation::_orientation |
|
private |
◆ _orientationMutex
| std::mutex SENSOrientation::_orientationMutex |
|
mutableprivate |
◆ _running
| bool SENSOrientation::_running = false |
|
protected |
◆ _timePt
The documentation for this class was generated from the following files: