![]() |
VectorNav .NET Library
|
Class representing the Yaw, Pitch, Roll, Magnetic, Acceleration and Angular Rates register. More...
Public Member Functions | |
| YawPitchRollMagneticAccelerationAndAngularRatesRegister () | |
| Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with default initialization values. More... | |
| YawPitchRollMagneticAccelerationAndAngularRatesRegister (vec3f yawPitchRoll, vec3f mag, vec3f accel, vec3f gyro) | |
| Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with the provided values. More... | |
Public Attributes | |
| vec3f | YawPitchRoll |
| The YawPitchRoll field. More... | |
| vec3f | Mag |
| The Mag field. More... | |
| vec3f | Accel |
| The Accel field. More... | |
| vec3f | Gyro |
| The Gyro field. More... | |
Class representing the Yaw, Pitch, Roll, Magnetic, Acceleration and Angular Rates register.
| VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.YawPitchRollMagneticAccelerationAndAngularRatesRegister | ( | ) |
Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with default initialization values.
| VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.YawPitchRollMagneticAccelerationAndAngularRatesRegister | ( | vec3f | yawPitchRoll, |
| vec3f | mag, | ||
| vec3f | accel, | ||
| vec3f | gyro | ||
| ) |
Creates a new YawPitchRollMagneticAccelerationAndAngularRatesRegister with the provided values.
| yawPitchRoll | Value to initialize the YawPitchRoll field with. |
| mag | Value to initialize the Mag field with. |
| accel | Value to initialize the Accel field with. |
| gyro | Value to initialize the Gyro field with. |
| vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.Accel |
The Accel field.
| vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.Gyro |
The Gyro field.
| vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.Mag |
The Mag field.
| vec3f VectorNav.Sensor.YawPitchRollMagneticAccelerationAndAngularRatesRegister.YawPitchRoll |
The YawPitchRoll field.
1.8.10