VEX V5 C++ API
Public Member Functions | Public Attributes | List of all members
vex::inertial::gyro Class Reference

recover inertial sensor temperature in deg C More...

Public Member Functions

 gyro ()
 
 ~gyro ()
 
gyrooperator= (const inertial::gyro other)
 

Public Attributes

double & gx = _gx
 
double & gy = _gy
 
double & gz = _gz
 

Detailed Description

recover inertial sensor temperature in deg C

class to hold inertial sensor gyro data

Constructor & Destructor Documentation

◆ gyro()

vex::inertial::gyro::gyro ( )

◆ ~gyro()

vex::inertial::gyro::~gyro ( )

Member Function Documentation

◆ operator=()

gyro& vex::inertial::gyro::operator= ( const inertial::gyro  other)

Member Data Documentation

◆ gx

double& vex::inertial::gyro::gx = _gx

◆ gy

double& vex::inertial::gyro::gy = _gy

◆ gz

double& vex::inertial::gyro::gz = _gz