M1M3 Support System
|
#include <Gyro.h>
Public Member Functions | |
Gyro () | |
void | bit () |
void | enterConfigurationMode () |
void | exitConfigurationMode () |
void | resetConfiguration () |
void | setRotationFormatRate () |
void | setRotationUnitsDegrees () |
void | setAxis () |
void | setDataRate () |
void | processData () |
The class used to process gyro data.
LSST::M1M3::SS::Gyro::Gyro | ( | ) |
Instantiates the gyro sensor.
void LSST::M1M3::SS::Gyro::bit | ( | ) |
Executes a built in test.
void LSST::M1M3::SS::Gyro::enterConfigurationMode | ( | ) |
Commands the gyro to enter configuration mode.
void LSST::M1M3::SS::Gyro::exitConfigurationMode | ( | ) |
Commands the gyro to exit configuration mode.
void LSST::M1M3::SS::Gyro::processData | ( | ) |
Processes currently available gyro data and publish it.
void LSST::M1M3::SS::Gyro::resetConfiguration | ( | ) |
Commands the gyro to reset its configuration.
void LSST::M1M3::SS::Gyro::setAxis | ( | ) |
Commands the gyro to set its axis configuration.
void LSST::M1M3::SS::Gyro::setDataRate | ( | ) |
Commands the gyro to apply a data rate.
void LSST::M1M3::SS::Gyro::setRotationFormatRate | ( | ) |
Commands the gyro to set its rotation format to rate.
void LSST::M1M3::SS::Gyro::setRotationUnitsDegrees | ( | ) |
Commands the gyro to set its rotation units to radians.