Bike-X
0.8
|
#include "OVR_Sensor2Impl.h"
#include "OVR_SensorImpl_Common.h"
#include "OVR_Sensor2ImplUtil.h"
#include "Kernel/OVR_Alg.h"
Go to the source code of this file.
Data Structures | |
struct | OVR::Tracker2Sensors |
struct | OVR::Tracker2Message |
Namespaces | |
OVR | |
Enumerations | |
enum | { OVR::Sensor2_VendorId = Oculus_VendorId, OVR::Sensor2_ProductId = 0x0021, OVR::Sensor2_BootLoader = 0x1001, OVR::Sensor2_DefaultReportRate = 1000 } |
enum | OVR::Tracker2MessageType { OVR::Tracker2Message_None = 0, OVR::Tracker2Message_Sensors = 11, OVR::Tracker2Message_Unknown = 0x100, OVR::Tracker2Message_SizeError = 0x101 } |
Functions | |
Vector3f | OVR::AccelFromBodyFrameUpdate (const Tracker2Sensors &update, UByte sampleNumber) |
Vector3f | OVR::MagFromBodyFrameUpdate (const Tracker2Sensors &update) |
Vector3f | OVR::EulerFromBodyFrameUpdate (const Tracker2Sensors &update, UByte sampleNumber) |
void | OVR::UpdateDK2Timestamps (SensorTimeFilter &tf, SensorTimestampMapping **timestamps, UInt32 *rawValues, int count) |
struct OVR::Tracker2Message |
Definition at line 111 of file OVR_Sensor2Impl.cpp.
Data Fields | ||
---|---|---|
Tracker2Sensors | Sensors | |
Tracker2MessageType | Type |