VEX V5 C++ API
|
recover inertial sensor temperature in deg C More...
Public Member Functions | |
gyro () | |
~gyro () | |
gyro & | operator= (const inertial::gyro other) |
Public Attributes | |
double & | gx = _gx |
double & | gy = _gy |
double & | gz = _gz |
recover inertial sensor temperature in deg C
class to hold inertial sensor gyro data
vex::inertial::gyro::gyro | ( | ) |
vex::inertial::gyro::~gyro | ( | ) |
gyro& vex::inertial::gyro::operator= | ( | const inertial::gyro | other | ) |
double& vex::inertial::gyro::gx = _gx |
double& vex::inertial::gyro::gy = _gy |
double& vex::inertial::gyro::gz = _gz |