Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::GyroOffsetReport Struct Reference

#include "OVR_Device.h"

Collaboration diagram for OVR::GyroOffsetReport:
Collaboration graph

Public Types

enum  VersionEnum { Version_NoOffset = 0, Version_ShortAvg = 1, Version_LongAvg = 2 }
 

Public Member Functions

 GyroOffsetReport ()
 
 GyroOffsetReport (UInt16 commandId, VersionEnum version, Vector3d offset, double temperature)
 

Data Fields

UInt16 CommandId
 
VersionEnum Version
 
Vector3d Offset
 
double Temperature
 

Detailed Description

Definition at line 924 of file OVR_Device.h.

Member Enumeration Documentation

Enumerator
Version_NoOffset 
Version_ShortAvg 
Version_LongAvg 

Definition at line 926 of file OVR_Device.h.

Constructor & Destructor Documentation

OVR::GyroOffsetReport::GyroOffsetReport ( )
inline

Definition at line 934 of file OVR_Device.h.

OVR::GyroOffsetReport::GyroOffsetReport ( UInt16  commandId,
VersionEnum  version,
Vector3d  offset,
double  temperature 
)
inline

Definition at line 939 of file OVR_Device.h.

Field Documentation

UInt16 OVR::GyroOffsetReport::CommandId

Definition at line 947 of file OVR_Device.h.

Vector3d OVR::GyroOffsetReport::Offset

Definition at line 949 of file OVR_Device.h.

double OVR::GyroOffsetReport::Temperature

Definition at line 950 of file OVR_Device.h.

VersionEnum OVR::GyroOffsetReport::Version

Definition at line 948 of file OVR_Device.h.


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