- tap::algorithms::ACCELERATION_GRAVITY (C++ member)
- tap::algorithms::Angle (C++ class)
- tap::algorithms::Angle::Angle (C++ function)
- tap::algorithms::Angle::fromDegrees (C++ function)
- tap::algorithms::ballistics::AbstractKinematicState (C++ struct)
- tap::algorithms::ballistics::AbstractKinematicState::projectForward (C++ function)
- tap::algorithms::ballistics::AbstractKinematicState::quadraticKinematicProjection (C++ function)
- tap::algorithms::ballistics::computeTravelTime (C++ function)
- tap::algorithms::ballistics::findTargetProjectileIntersection (C++ function)
- tap::algorithms::ballistics::SecondOrderKinematicState (C++ struct)
- tap::algorithms::ballistics::SecondOrderKinematicState::acceleration (C++ member)
- tap::algorithms::ballistics::SecondOrderKinematicState::position (C++ member)
- tap::algorithms::ballistics::SecondOrderKinematicState::projectForward (C++ function)
- tap::algorithms::ballistics::SecondOrderKinematicState::SecondOrderKinematicState (C++ function)
- tap::algorithms::ballistics::SecondOrderKinematicState::velocity (C++ member)
- tap::algorithms::calculateCRC16 (C++ function)
- tap::algorithms::calculateCRC8 (C++ function)
- tap::algorithms::ceil (C++ function)
- tap::algorithms::CMSISMat (C++ struct)
- tap::algorithms::CMSISMat::CMSISMat (C++ function), [1], [2], [3]
- tap::algorithms::CMSISMat::constructIdentityMatrix (C++ function)
- tap::algorithms::CMSISMat::copyData (C++ function)
- tap::algorithms::CMSISMat::data (C++ member)
- tap::algorithms::CMSISMat::inverse (C++ function)
- tap::algorithms::CMSISMat::matrix (C++ member)
- tap::algorithms::CMSISMat::operator= (C++ function), [1]
- tap::algorithms::CMSISMat::transpose (C++ function)
- tap::algorithms::compareFloatClose (C++ function)
- tap::algorithms::computeGain (C++ function)
- tap::algorithms::CRC16Table (C++ member)
- tap::algorithms::CRC8Table (C++ member)
- tap::algorithms::cross (C++ function)
- tap::algorithms::eulerAnglesFromQuaternion (C++ function)
- tap::algorithms::ExtendedKalman (C++ class)
- tap::algorithms::ExtendedKalman::ExtendedKalman (C++ function)
- tap::algorithms::ExtendedKalman::filterData (C++ function)
- tap::algorithms::ExtendedKalman::getLastFiltered (C++ function)
- tap::algorithms::ExtendedKalman::reset (C++ function)
- tap::algorithms::fastInvSqrt (C++ function), [1]
- tap::algorithms::fromEulerAngles (C++ function)
- tap::algorithms::FuzzyPD (C++ class)
- tap::algorithms::FuzzyPD::FuzzyPD (C++ function)
- tap::algorithms::FuzzyPD::runController (C++ function)
- tap::algorithms::FuzzyPDConfig (C++ struct)
- tap::algorithms::FuzzyPDConfig::fuzzyTable (C++ member)
- tap::algorithms::FuzzyPDConfig::maxError (C++ member)
- tap::algorithms::FuzzyPDConfig::maxErrorDerivative (C++ member)
- tap::algorithms::FuzzyPDRuleTable (C++ class)
- tap::algorithms::FuzzyPDRuleTable::FuzzyMembers (C++ enum)
- tap::algorithms::FuzzyPDRuleTable::FuzzyMembers::N (C++ enumerator)
- tap::algorithms::FuzzyPDRuleTable::FuzzyMembers::NUM_FUZZY_MEMBERS (C++ enumerator)
- tap::algorithms::FuzzyPDRuleTable::FuzzyMembers::P (C++ enumerator)
- tap::algorithms::FuzzyPDRuleTable::FuzzyMembers::Z (C++ enumerator)
- tap::algorithms::FuzzyPDRuleTable::FuzzyPDRuleTable (C++ function), [1]
- tap::algorithms::FuzzyPDRuleTable::getFuzzyGains (C++ function)
- tap::algorithms::FuzzyPDRuleTable::performFuzzyUpdate (C++ function)
- tap::algorithms::FuzzyRuleTableInterface (C++ class)
- tap::algorithms::getSign (C++ function)
- tap::algorithms::interpolateLinear2D (C++ function)
- tap::algorithms::KalmanFilter (C++ class)
- tap::algorithms::KalmanFilter::getMeasurementCovariance (C++ function)
- tap::algorithms::KalmanFilter::getStateVectorAsMatrix (C++ function)
- tap::algorithms::KalmanFilter::init (C++ function)
- tap::algorithms::KalmanFilter::KalmanFilter (C++ function)
- tap::algorithms::KalmanFilter::performUpdate (C++ function)
- tap::algorithms::limitVal (C++ function)
- tap::algorithms::LinearInterpolationPredictor (C++ class)
- tap::algorithms::LinearInterpolationPredictor::getInterpolatedValue (C++ function)
- tap::algorithms::LinearInterpolationPredictor::LinearInterpolationPredictor (C++ function)
- tap::algorithms::LinearInterpolationPredictor::reset (C++ function)
- tap::algorithms::LinearInterpolationPredictor::update (C++ function)
- tap::algorithms::LinearInterpolationPredictorWrapped (C++ class)
- tap::algorithms::LinearInterpolationPredictorWrapped::getInterpolatedValue (C++ function)
- tap::algorithms::LinearInterpolationPredictorWrapped::LinearInterpolationPredictorWrapped (C++ function)
- tap::algorithms::LinearInterpolationPredictorWrapped::reset (C++ function)
- tap::algorithms::LinearInterpolationPredictorWrapped::update (C++ function)
- tap::algorithms::lowPassFilter (C++ function)
- tap::algorithms::odometry::ChassisDisplacementObserverInterface (C++ class)
- tap::algorithms::odometry::ChassisDisplacementObserverInterface::getVelocityChassisDisplacement (C++ function)
- tap::algorithms::odometry::ChassisWorldYawObserverInterface (C++ class)
- tap::algorithms::odometry::ChassisWorldYawObserverInterface::getChassisWorldYaw (C++ function)
- tap::algorithms::odometry::Odometry2DInterface (C++ class)
- tap::algorithms::odometry::Odometry2DInterface::getCurrentLocation2D (C++ function)
- tap::algorithms::odometry::Odometry2DInterface::getCurrentVelocity2D (C++ function)
- tap::algorithms::odometry::Odometry2DInterface::getLastComputedOdometryTime (C++ function)
- tap::algorithms::odometry::Odometry2DInterface::getYaw (C++ function)
- tap::algorithms::odometry::Odometry2DTracker (C++ class)
- tap::algorithms::odometry::Odometry2DTracker::getCurrentLocation2D (C++ function)
- tap::algorithms::odometry::Odometry2DTracker::getCurrentVelocity2D (C++ function)
- tap::algorithms::odometry::Odometry2DTracker::getLastComputedOdometryTime (C++ function)
- tap::algorithms::odometry::Odometry2DTracker::getYaw (C++ function)
- tap::algorithms::odometry::Odometry2DTracker::Odometry2DTracker (C++ function)
- tap::algorithms::odometry::Odometry2DTracker::update (C++ function)
- tap::algorithms::operator* (C++ function), [1], [2]
- tap::algorithms::operator+ (C++ function)
- tap::algorithms::operator- (C++ function), [1]
- tap::algorithms::operator/ (C++ function)
- tap::algorithms::Ramp (C++ class)
- tap::algorithms::Ramp::getTarget (C++ function)
- tap::algorithms::Ramp::getValue (C++ function)
- tap::algorithms::Ramp::isTargetReached (C++ function)
- tap::algorithms::Ramp::Ramp (C++ function)
- tap::algorithms::Ramp::reset (C++ function)
- tap::algorithms::Ramp::setTarget (C++ function)
- tap::algorithms::Ramp::setValue (C++ function)
- tap::algorithms::Ramp::update (C++ function)
- tap::algorithms::reinterpretCopy (C++ function), [1]
- tap::algorithms::rotateVector (C++ function)
- tap::algorithms::SmoothPid (C++ class)
- tap::algorithms::SmoothPid::getOutput (C++ function)
- tap::algorithms::SmoothPid::reset (C++ function)
- tap::algorithms::SmoothPid::runController (C++ function)
- tap::algorithms::SmoothPid::runControllerDerivateError (C++ function)
- tap::algorithms::SmoothPid::setD (C++ function)
- tap::algorithms::SmoothPid::setErrDeadzone (C++ function)
- tap::algorithms::SmoothPid::setI (C++ function)
- tap::algorithms::SmoothPid::setMaxICumulative (C++ function)
- tap::algorithms::SmoothPid::setMaxOutput (C++ function)
- tap::algorithms::SmoothPid::setP (C++ function)
- tap::algorithms::SmoothPid::SmoothPid (C++ function)
- tap::algorithms::SmoothPidConfig (C++ struct)
- tap::algorithms::SmoothPidConfig::errDeadzone (C++ member)
- tap::algorithms::SmoothPidConfig::errorDerivativeFloor (C++ member)
- tap::algorithms::SmoothPidConfig::kd (C++ member)
- tap::algorithms::SmoothPidConfig::ki (C++ member)
- tap::algorithms::SmoothPidConfig::kp (C++ member)
- tap::algorithms::SmoothPidConfig::maxICumulative (C++ member)
- tap::algorithms::SmoothPidConfig::maxOutput (C++ member)
- tap::algorithms::SmoothPidConfig::tQDerivativeKalman (C++ member)
- tap::algorithms::SmoothPidConfig::tQProportionalKalman (C++ member)
- tap::algorithms::SmoothPidConfig::tRDerivativeKalman (C++ member)
- tap::algorithms::SmoothPidConfig::tRProportionalKalman (C++ member)
- tap::algorithms::transforms::Orientation (C++ class)
- tap::algorithms::transforms::Orientation::matrix (C++ function)
- tap::algorithms::transforms::Orientation::Orientation (C++ function), [1], [2], [3], [4]
- tap::algorithms::transforms::Orientation::pitch (C++ function)
- tap::algorithms::transforms::Orientation::roll (C++ function)
- tap::algorithms::transforms::Orientation::yaw (C++ function)
- tap::algorithms::transforms::Position (C++ class)
- tap::algorithms::transforms::Position::coordinates (C++ function)
- tap::algorithms::transforms::Position::distance (C++ function)
- tap::algorithms::transforms::Position::interpolate (C++ function)
- tap::algorithms::transforms::Position::operator* (C++ function)
- tap::algorithms::transforms::Position::operator+ (C++ function), [1]
- tap::algorithms::transforms::Position::operator- (C++ function), [1]
- tap::algorithms::transforms::Position::operator= (C++ function)
- tap::algorithms::transforms::Position::operator== (C++ function)
- tap::algorithms::transforms::Position::Position (C++ function), [1], [2], [3], [4]
- tap::algorithms::transforms::Position::x (C++ function)
- tap::algorithms::transforms::Position::y (C++ function)
- tap::algorithms::transforms::Position::z (C++ function)
- tap::algorithms::transforms::Transform (C++ class)
- tap::algorithms::transforms::Transform::apply (C++ function), [1], [2]
- tap::algorithms::transforms::Transform::compose (C++ function)
- tap::algorithms::transforms::Transform::getInverse (C++ function)
- tap::algorithms::transforms::Transform::getPitch (C++ function)
- tap::algorithms::transforms::Transform::getRoll (C++ function)
- tap::algorithms::transforms::Transform::getRotation (C++ function)
- tap::algorithms::transforms::Transform::getTranslation (C++ function)
- tap::algorithms::transforms::Transform::getX (C++ function)
- tap::algorithms::transforms::Transform::getY (C++ function)
- tap::algorithms::transforms::Transform::getYaw (C++ function)
- tap::algorithms::transforms::Transform::getZ (C++ function)
- tap::algorithms::transforms::Transform::identity (C++ function)
- tap::algorithms::transforms::Transform::Transform (C++ function), [1], [2], [3], [4]
- tap::algorithms::transforms::Transform::updateRotation (C++ function), [1], [2]
- tap::algorithms::transforms::Transform::updateTranslation (C++ function), [1], [2]
- tap::algorithms::transforms::Vector (C++ class)
- tap::algorithms::transforms::Vector::coordinates (C++ function)
- tap::algorithms::transforms::Vector::dot (C++ function), [1]
- tap::algorithms::transforms::Vector::magnitude (C++ function)
- tap::algorithms::transforms::Vector::operator* (C++ function)
- tap::algorithms::transforms::Vector::operator+ (C++ function), [1]
- tap::algorithms::transforms::Vector::operator/ (C++ function)
- tap::algorithms::transforms::Vector::operator= (C++ function)
- tap::algorithms::transforms::Vector::Vector (C++ function), [1], [2], [3], [4]
- tap::algorithms::transforms::Vector::x (C++ function)
- tap::algorithms::transforms::Vector::y (C++ function)
- tap::algorithms::transforms::Vector::z (C++ function)
- tap::algorithms::WrappedFloat (C++ class)
- tap::algorithms::WrappedFloat::EPSILON (C++ member)
- tap::algorithms::WrappedFloat::getLowerBound (C++ function)
- tap::algorithms::WrappedFloat::getNormalized (C++ function)
- tap::algorithms::WrappedFloat::getRevolutions (C++ function)
- tap::algorithms::WrappedFloat::getUnwrappedValue (C++ function)
- tap::algorithms::WrappedFloat::getUpperBound (C++ function)
- tap::algorithms::WrappedFloat::getWrappedValue (C++ function)
- tap::algorithms::WrappedFloat::limitValue (C++ function), [1]
- tap::algorithms::WrappedFloat::minDifference (C++ function), [1]
- tap::algorithms::WrappedFloat::minInterpolate (C++ function)
- tap::algorithms::WrappedFloat::operator+ (C++ function), [1]
- tap::algorithms::WrappedFloat::operator+= (C++ function), [1]
- tap::algorithms::WrappedFloat::operator- (C++ function), [1]
- tap::algorithms::WrappedFloat::operator-= (C++ function), [1]
- tap::algorithms::WrappedFloat::operator== (C++ function)
- tap::algorithms::WrappedFloat::rangeOverlap (C++ function)
- tap::algorithms::WrappedFloat::setUnwrappedValue (C++ function)
- tap::algorithms::WrappedFloat::setWrappedValue (C++ function)
- tap::algorithms::WrappedFloat::shiftBounds (C++ function)
- tap::algorithms::WrappedFloat::withinRange (C++ function)
- tap::algorithms::WrappedFloat::withSameBounds (C++ function)
- tap::algorithms::WrappedFloat::WrappedFloat (C++ function)
- tap::arch::bigEndianInt16ToFloat (C++ function)
- tap::arch::byteArrayToData (C++ function)
- tap::arch::clock::getTimeMicroseconds (C++ function)
- tap::arch::clock::getTimeMilliseconds (C++ function)
- tap::arch::ConditionalMilliTimer (C++ type)
- tap::arch::ConditionalTimer (C++ class)
- tap::arch::ConditionalTimer::ConditionalTimer (C++ function)
- tap::arch::ConditionalTimer::execute (C++ function)
- tap::arch::ConditionalTimer::isStopped (C++ function)
- tap::arch::ConditionalTimer::restart (C++ function), [1]
- tap::arch::ConditionalTimer::stop (C++ function)
- tap::arch::convertFromBigEndian (C++ function)
- tap::arch::convertFromLittleEndian (C++ function)
- tap::arch::convertToBigEndian (C++ function)
- tap::arch::convertToLittleEndian (C++ function)
- tap::arch::dataToByteArray (C++ function)
- tap::arch::MicroTimeout (C++ type)
- tap::arch::MilliTimeout (C++ type)
- tap::arch::PeriodicMicroTimer (C++ type)
- tap::arch::PeriodicMilliTimer (C++ type)
- tap::arch::PeriodicTimer (C++ class)
- tap::arch::PeriodicTimer::execute (C++ function)
- tap::arch::PeriodicTimer::isStopped (C++ function)
- tap::arch::PeriodicTimer::PeriodicTimer (C++ function), [1]
- tap::arch::PeriodicTimer::restart (C++ function), [1]
- tap::arch::PeriodicTimer::stop (C++ function)
- tap::arch::Profiler (C++ class)
- tap::arch::Profiler::AVG_LOW_PASS_ALPHA (C++ member)
- tap::arch::Profiler::getData (C++ function)
- tap::arch::Profiler::MAX_PROFILED_ELEMENTS (C++ member)
- tap::arch::Profiler::pop (C++ function)
- tap::arch::Profiler::Profiler (C++ function)
- tap::arch::Profiler::ProfilerData (C++ struct), [1]
- tap::arch::Profiler::ProfilerData::avg (C++ member), [1]
- tap::arch::Profiler::ProfilerData::max (C++ member), [1]
- tap::arch::Profiler::ProfilerData::min (C++ member), [1]
- tap::arch::Profiler::ProfilerData::name (C++ member), [1]
- tap::arch::Profiler::ProfilerData::prevPushedTime (C++ member), [1]
- tap::arch::Profiler::ProfilerData::ProfilerData (C++ function), [1], [2], [3]
- tap::arch::Profiler::ProfilerData::reset (C++ function), [1]
- tap::arch::Profiler::push (C++ function)
- tap::arch::Profiler::reset (C++ function)
- tap::arch::Timeout (C++ class)
- tap::arch::Timeout::execute (C++ function)
- tap::arch::Timeout::isExpired (C++ function)
- tap::arch::Timeout::isStopped (C++ function)
- tap::arch::Timeout::restart (C++ function)
- tap::arch::Timeout::stop (C++ function)
- tap::arch::Timeout::TimeFunc (C++ member)
- tap::arch::Timeout::Timeout (C++ function), [1]
- tap::arch::Timeout::timeRemaining (C++ function)
- tap::buzzer::playNote (C++ function)
- tap::buzzer::silenceBuzzer (C++ function)
- tap::can::Can (C++ class)
- tap::can::Can::Can (C++ function)
- tap::can::Can::getMessage (C++ function)
- tap::can::Can::initialize (C++ function)
- tap::can::Can::isMessageAvailable (C++ function)
- tap::can::Can::isReadyToSend (C++ function)
- tap::can::Can::sendMessage (C++ function)
- tap::can::Can::~Can (C++ function)
- tap::can::CanBus (C++ enum)
- tap::can::CanBus::CAN_BUS1 (C++ enumerator)
- tap::can::CanBus::CAN_BUS2 (C++ enumerator)
- tap::can::CanRxHandler (C++ class)
- tap::can::CanRxHandler::attachReceiveHandler (C++ function), [1]
- tap::can::CanRxHandler::CanRxHandler (C++ function)
- tap::can::CanRxHandler::drivers (C++ member)
- tap::can::CanRxHandler::getHandlerStore (C++ function)
- tap::can::CanRxHandler::lookupTableIndexForCanId (C++ function)
- tap::can::CanRxHandler::MAX_CAN_ID (C++ member)
- tap::can::CanRxHandler::messageHandlerStoreCan1 (C++ member)
- tap::can::CanRxHandler::messageHandlerStoreCan2 (C++ member)
- tap::can::CanRxHandler::MIN_CAN_ID (C++ member)
- tap::can::CanRxHandler::NUM_CAN_IDS (C++ member)
- tap::can::CanRxHandler::pollCanData (C++ function)
- tap::can::CanRxHandler::processReceivedCanData (C++ function)
- tap::can::CanRxHandler::removeReceiveHandler (C++ function), [1]
- tap::can::CanRxHandler::~CanRxHandler (C++ function)
- tap::can::CanRxListener (C++ class)
- tap::can::CanRxListener::attachSelfToRxHandler (C++ function)
- tap::can::CanRxListener::canBus (C++ member)
- tap::can::CanRxListener::canIdentifier (C++ member)
- tap::can::CanRxListener::CanRxListener (C++ function)
- tap::can::CanRxListener::drivers (C++ member)
- tap::can::CanRxListener::processMessage (C++ function)
- tap::can::CanRxListener::~CanRxListener (C++ function)
- tap::communication::referee::BooleanHUDIndicator (C++ type)
- tap::communication::referee::StateHUDIndicator (C++ class)
- tap::communication::referee::StateHUDIndicator::draw (C++ function)
- tap::communication::referee::StateHUDIndicator::initialize (C++ function)
- tap::communication::referee::StateHUDIndicator::MIN_UPDATE_PERIOD (C++ member)
- tap::communication::referee::StateHUDIndicator::setIndicatorState (C++ function)
- tap::communication::referee::StateHUDIndicator::StateHUDIndicator (C++ function)
- tap::communication::referee::StateHUDIndicator::UpdateHUDIndicatorState (C++ type)
- tap::communication::sensors::current::AnalogCurrentSensor (C++ class)
- tap::communication::sensors::current::AnalogCurrentSensor::AnalogCurrentSensor (C++ function)
- tap::communication::sensors::current::AnalogCurrentSensor::Config (C++ struct), [1]
- tap::communication::sensors::current::AnalogCurrentSensor::Config::analogDriver (C++ member), [1]
- tap::communication::sensors::current::AnalogCurrentSensor::Config::analogSensorPin (C++ member), [1]
- tap::communication::sensors::current::AnalogCurrentSensor::Config::currentSensorLowPassAlpha (C++ member), [1]
- tap::communication::sensors::current::AnalogCurrentSensor::Config::currentSensorMaPerMv (C++ member), [1]
- tap::communication::sensors::current::AnalogCurrentSensor::Config::currentSensorZeroMv (C++ member), [1]
- tap::communication::sensors::current::AnalogCurrentSensor::getCurrentMa (C++ function)
- tap::communication::sensors::current::AnalogCurrentSensor::update (C++ function)
- tap::communication::sensors::current::CurrentSensorInterface (C++ class)
- tap::communication::sensors::current::CurrentSensorInterface::getCurrentMa (C++ function)
- tap::communication::sensors::imu::bmi088::Bmi088Data (C++ class)
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc (C++ struct), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::ACC_CHIP_ID_VALUE (C++ member), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccBandwidth (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccBandwidth::NORMAL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccBandwidth::OSR2_OVERSAMPLING (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccBandwidth::OSR4_OVERSAMPLING (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccBandwidth_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccConf (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccConf::AccBandwidth_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccConf::AccOutputRate_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccConf_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccErr (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccErr::ERROR_CODE (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccErr::FATAL_ERR (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccErr_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccIntStat1 (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccIntStat1::ACC_DRDY (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccIntStat1_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz100 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz12_5 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz1600 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz200 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz25 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz400 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz50 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccOutputRate::Hz800 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrConf (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrConf::ACTIVE_MODE (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrConf::SUSPEND_MODE (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrConf_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrCtrl (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrCtrl::ACCELEROMETER_OFF (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrCtrl::ACCELEROMETER_ON (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccPwrCtrl_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccRange (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccRange::G12 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccRange::G24 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccRange::G3 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccRange::G6 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccRange_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSelfTest (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSelfTest::NEGATIVE_SELF_TEST_SIGNAL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSelfTest::POSITIVE_SELF_TEST_SIGNAL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSelfTest::SELF_TEST_OFF (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSelfTest_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSoftreset (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSoftreset::ACC_SOFTRESET_VAL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccSoftreset_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccStatus (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccStatus::ACC_DRDY (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::AccStatus_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1IoConf (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1IoConf::INT1_IN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1IoConf::INT1_OUT (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1IoConf::Int1Lvl_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1IoConf::Int1Od_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1IoConf_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Lvl (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Lvl::ACTIVE_HIGH (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Lvl::ACTIVE_LOW (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Lvl_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Od (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Od::OPEN_DRAIN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Od::PUSH_PULL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int1Od_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2IoConf (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2IoConf::INT2_IO (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2IoConf::INT2_OUT (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2IoConf::Int2Lvl_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2IoConf::Int2Od_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2IoConf_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Lv1_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Lvl (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Lvl::ACTIVE_HIGH (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Lvl::ACTIVE_LOW (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Od (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Od::OPEN_DRAIN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Od::PUSH_PULL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Int2Od_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData::INT1_DRDY (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData::INT1_FFULL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData::INT1_FWM (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData::INT2_DRDY (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData::INT2_FFULL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData::Int2_FWRM (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::IntMapData_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::MODM_FLAGS_CONFIG (C++ function), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_CHIP_ID (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_CONF (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_ERR_REG (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_INT_STAT_1 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_PWR_CONF (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_PWR_CTRL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_RANGE (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_SELF_TEST (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_SOFTRESET (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_STATUS (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_X_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_X_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_Y_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_Y_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_Z_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::ACC_Z_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::FIFO_DATA (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::FIFO_LENGTH_0 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::FIFO_LENGTH_1 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::INT1_IO_CTRL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::INT2_IO_CTRL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::INT_MAP_DATA (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::SENSORTIME_0 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::SENSORTIME_1 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::SENSORTIME_2 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::TEMP_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Register::TEMP_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Acc::Registers_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::BMI088_READ_BIT (C++ member)
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro (C++ struct), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::EnableFifoInt (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::EnableFifoInt::DISABLED (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::EnableFifoInt::ENABLED (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::EnableNewDataInt (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::EnableNewDataInt::DISABLED (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::EnableNewDataInt::ENABLED (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig0 (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig0::FIFO_WATER_MARK_LVL_TRIGGER_RETAIN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig0_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig1 (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig1::FIFO (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig1::STREAM (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoConfig1_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoExtIntS (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoExtIntS::ENABLE_EXTERNAL_FIFO_SYNCH_MODE (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoExtIntS::EXT_FIFO_S_SEL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoExtIntS_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoStatus (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoStatus::FIFO_FRAME_COUNTER (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoStatus::FIFO_OVERRUN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoStatus_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoWmEnable (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoWmEnable::FIFO_WATERMARK_LVL_INT_DISABLED (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoWmEnable::FIFO_WATERMARK_LVL_INT_ENABLED (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::FifoWmEnable_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GYRO_CHIP_ID_VALUE (C++ member), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR1000_BANDWIDTH116 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR100_BANDWIDTH12 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR100_BANDWIDTH32 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR2000_BANDWIDTH230 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR2000_BANDWIDTH532 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR200_BANDWIDTH23 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR200_BANDWIDTH64 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth::ODR400_BANDWIDTH47 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroBandwidth_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntCtrl (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntCtrl::EnableFifoInt_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntCtrl::EnableNewDataInt_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntCtrl_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntStat1 (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntStat1::FIFO_INT (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntStat1::GYRO_DRDY (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroIntStat1_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroLpm1 (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroLpm1::PWRMODE_DEEP_SUSPEND (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroLpm1::PWRMODE_NORMAL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroLpm1::PWRMODE_SUSPEND (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroLpm1_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange::DPS1000 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange::DPS125 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange::DPS2000 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange::DPS250 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange::DPS500 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroRange_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSelfTest (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSelfTest::BIST_FAIL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSelfTest::BIST_RDY (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSelfTest::RATE_OK (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSelfTest::TRIG_BIST (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSelfTest_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSoftreset (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSoftreset::RESET_SENSOR (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::GyroSoftreset_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoConf (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoConf::Int3Lvl_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoConf::Int3Od_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoConf::Int4Lvl_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoConf::Int4Od_Mask (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoConf_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoMap (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoMap::DATA_READY_INT3 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoMap::DATA_READY_INT4 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoMap::FIFO_INT3 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoMap::FIFO_INT4 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Int4IoMap_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Lvl (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Lvl::ACTIVE_HIGH (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Lvl::ACTIVE_LOW (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Od (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Od::OPEN_DRAIN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int3Od::PUSH_PULL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int4Lvl (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int4Lvl::ACTIVE_HIGH (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int4Lvl::ACTIVE_LOW (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int4Od (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int4Od::OPEN_DRAIN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Int4Od::PUSH_PULL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::MODM_FLAGS_CONFIG (C++ function), [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register (C++ enum), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::FIFO_CONFIG_0 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::FIFO_CONFIG_1 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::FIFO_DATA (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::FIFO_EXT_INT_S (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::FIFO_STATUS (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::FIFO_WM_EN (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_BANDWIDTH (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_CHIP_ID (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_INT_CTRL (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_INT_STAT_1 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_LPM1 (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_RANGE (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_SELF_TEST (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::GYRO_SOFTRESET (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::INT3_INT4_IO_CONF (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::INT3_INT4_IO_MAP (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::RATE_X_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::RATE_X_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::RATE_Y_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::RATE_Y_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::RATE_Z_LSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Register::RATE_Z_MSB (C++ enumerator), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Data::Gyro::Registers_t (C++ type), [1]
- tap::communication::sensors::imu::bmi088::Bmi088Hal (C++ class)
- tap::communication::sensors::imu::bmi088::Bmi088Hal::bmi088AccReadMultiReg (C++ function)
- tap::communication::sensors::imu::bmi088::Bmi088Hal::bmi088AccReadSingleReg (C++ function)
- tap::communication::sensors::imu::bmi088::Bmi088Hal::bmi088AccWriteSingleReg (C++ function)
- tap::communication::sensors::imu::bmi088::Bmi088Hal::bmi088GyroReadMultiReg (C++ function)
- tap::communication::sensors::imu::bmi088::Bmi088Hal::bmi088GyroReadSingleReg (C++ function)
- tap::communication::sensors::imu::bmi088::Bmi088Hal::bmi088GyroWriteSingleReg (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable (C++ class)
- tap::communication::sensors::imu::bmi088::final_mockable::ACC_G_PER_ACC_COUNT (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ACC_RANGE (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::Bmi088 (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::BMI088_OFFSET_SAMPLES (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::BMI088_TEMP_FACTOR (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::BMI088_TEMP_OFFSET (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::getImuState (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::getPrevIMUDataReceivedTime (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::GYRO_DS_PER_GYRO_COUNT (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::GYRO_RANGE (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::GYRO_RANGE_MAX_DS (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData (C++ struct)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::accG (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::accOffsetRaw (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::accRaw (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::Axis (C++ enum)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::Axis::X (C++ enumerator)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::Axis::Y (C++ enumerator)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::Axis::Z (C++ enumerator)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::gyroDegPerSec (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::gyroOffsetRaw (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::gyroRaw (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::ImuData::temperature (C++ member)
- tap::communication::sensors::imu::bmi088::final_mockable::initialize (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::periodicIMUUpdate (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::read (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::requestRecalibration (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::setAccOutputRate (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::setAccOversampling (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::setGyroOutputRate (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::setOffsetSamples (C++ function)
- tap::communication::sensors::imu::bmi088::final_mockable::setTargetTemperature (C++ function)
- tap::communication::sensors::imu::checkNeedsTab (C++ function)
- tap::communication::sensors::imu::drawFloat (C++ function)
- tap::communication::sensors::imu::ImuInterface (C++ class)
- tap::communication::sensors::imu::ImuInterface::getAx (C++ function)
- tap::communication::sensors::imu::ImuInterface::getAy (C++ function)
- tap::communication::sensors::imu::ImuInterface::getAz (C++ function)
- tap::communication::sensors::imu::ImuInterface::getGx (C++ function)
- tap::communication::sensors::imu::ImuInterface::getGy (C++ function)
- tap::communication::sensors::imu::ImuInterface::getGz (C++ function)
- tap::communication::sensors::imu::ImuInterface::getName (C++ function)
- tap::communication::sensors::imu::ImuInterface::getPitch (C++ function)
- tap::communication::sensors::imu::ImuInterface::getRoll (C++ function)
- tap::communication::sensors::imu::ImuInterface::getTemp (C++ function)
- tap::communication::sensors::imu::ImuInterface::getYaw (C++ function)
- tap::communication::sensors::imu::ImuInterface::ImuState (C++ enum)
- tap::communication::sensors::imu::ImuInterface::ImuState::IMU_CALIBRATED (C++ enumerator)
- tap::communication::sensors::imu::ImuInterface::ImuState::IMU_CALIBRATING (C++ enumerator)
- tap::communication::sensors::imu::ImuInterface::ImuState::IMU_NOT_CALIBRATED (C++ enumerator)
- tap::communication::sensors::imu::ImuInterface::ImuState::IMU_NOT_CONNECTED (C++ enumerator)
- tap::communication::sensors::imu::ImuMenu (C++ class)
- tap::communication::sensors::imu::ImuMenu::draw (C++ function)
- tap::communication::sensors::imu::ImuMenu::getMenuName (C++ function)
- tap::communication::sensors::imu::ImuMenu::hasChanged (C++ function)
- tap::communication::sensors::imu::ImuMenu::IMU_UPDATE_TIME (C++ member)
- tap::communication::sensors::imu::ImuMenu::ImuMenu (C++ function)
- tap::communication::sensors::imu::ImuMenu::shortButtonPress (C++ function)
- tap::communication::sensors::imu::ImuMenu::update (C++ function)
- tap::communication::sensors::imu::ImuTerminalSerialHandler (C++ class)
- tap::communication::sensors::imu::ImuTerminalSerialHandler::ImuTerminalSerialHandler (C++ function)
- tap::communication::sensors::imu::ImuTerminalSerialHandler::init (C++ function)
- tap::communication::sensors::imu::ImuTerminalSerialHandler::terminalSerialCallback (C++ function)
- tap::communication::sensors::imu::ImuTerminalSerialHandler::terminalSerialStreamCallback (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable (C++ class)
- tap::communication::sensors::imu::mpu6500::final_mockable::ACC_GYRO_TEMPERATURE_BUFF_RX_SIZE (C++ member)
- tap::communication::sensors::imu::mpu6500::final_mockable::attachProcessRawMpu6500DataFn (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::getImuState (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::getName (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::getPrevIMUDataReceivedTime (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::getTiltAngle (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::init (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::LSB_D_PER_S_TO_D_PER_S (C++ member)
- tap::communication::sensors::imu::mpu6500::final_mockable::Mpu6500 (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::periodicIMUUpdate (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::ProcessRawMpu6500DataFn (C++ type)
- tap::communication::sensors::imu::mpu6500::final_mockable::RawData (C++ struct), [1]
- tap::communication::sensors::imu::mpu6500::final_mockable::RawData::accel (C++ member), [1]
- tap::communication::sensors::imu::mpu6500::final_mockable::RawData::accelOffset (C++ member), [1]
- tap::communication::sensors::imu::mpu6500::final_mockable::RawData::gyro (C++ member), [1]
- tap::communication::sensors::imu::mpu6500::final_mockable::RawData::gyroOffset (C++ member), [1]
- tap::communication::sensors::imu::mpu6500::final_mockable::RawData::temperature (C++ member), [1]
- tap::communication::sensors::imu::mpu6500::final_mockable::read (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::requestCalibration (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::run (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::setCalibrationSamples (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::setTargetTemperature (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::validateReading (C++ function)
- tap::communication::sensors::imu::mpu6500::final_mockable::~Mpu6500 (C++ function)
- tap::communication::sensors::imu::printFloatVector (C++ function)
- tap::communication::sensors::imu_heater::ImuHeater (C++ class)
- tap::communication::sensors::imu_heater::ImuHeater::ImuHeater (C++ function)
- tap::communication::sensors::imu_heater::ImuHeater::initialize (C++ function)
- tap::communication::sensors::imu_heater::ImuHeater::runTemperatureController (C++ function)
- tap::communication::sensors::imu_heater::ImuHeater::setDesiredTemperature (C++ function)
- tap::communication::sensors::imu_heater::ImuHeater::~ImuHeater (C++ function)
- tap::communication::sensors::limit_switch::LimitSwitchInterface (C++ class)
- tap::communication::sensors::limit_switch::LimitSwitchInterface::getLimitSwitchDepressed (C++ function)
- tap::communication::sensors::SensorInterface (C++ class)
- tap::communication::sensors::SensorInterface::update (C++ function)
- tap::communication::serial::DJISerial (C++ class)
- tap::communication::serial::DJISerial::DJISerial (C++ function)
- tap::communication::serial::DJISerial::drivers (C++ member)
- tap::communication::serial::DJISerial::FrameHeader (C++ struct), [1]
- tap::communication::serial::DJISerial::FrameHeader::CRC8 (C++ member), [1]
- tap::communication::serial::DJISerial::FrameHeader::dataLength (C++ member), [1]
- tap::communication::serial::DJISerial::FrameHeader::headByte (C++ member), [1]
- tap::communication::serial::DJISerial::FrameHeader::seq (C++ member), [1]
- tap::communication::serial::DJISerial::initialize (C++ function)
- tap::communication::serial::DJISerial::messageReceiveCallback (C++ function)
- tap::communication::serial::DJISerial::ReceivedSerialMessage (C++ type)
- tap::communication::serial::DJISerial::SERIAL_HEAD_BYTE (C++ member)
- tap::communication::serial::DJISerial::SERIAL_RX_BUFF_SIZE (C++ member)
- tap::communication::serial::DJISerial::SerialMessage (C++ struct), [1]
- tap::communication::serial::DJISerial::SerialMessage::CRC16 (C++ member), [1]
- tap::communication::serial::DJISerial::SerialMessage::data (C++ member), [1]
- tap::communication::serial::DJISerial::SerialMessage::header (C++ member), [1]
- tap::communication::serial::DJISerial::SerialMessage::messageType (C++ member), [1]
- tap::communication::serial::DJISerial::SerialMessage::SerialMessage (C++ function), [1]
- tap::communication::serial::DJISerial::SerialMessage::setCRC16 (C++ function), [1]
- tap::communication::serial::DJISerial::updateSerial (C++ function)
- tap::communication::serial::DJISerial::~DJISerial (C++ function)
- tap::communication::serial::getRobotClientID (C++ function)
- tap::communication::serial::operator+ (C++ function)
- tap::communication::serial::operator- (C++ function)
- tap::communication::serial::RefSerial (C++ class)
- tap::communication::serial::RefSerial::acquireTransmissionSemaphore (C++ function)
- tap::communication::serial::RefSerial::attachRobotToRobotMessageHandler (C++ function)
- tap::communication::serial::RefSerial::getGameData (C++ function)
- tap::communication::serial::RefSerial::getRefSerialReceivingData (C++ function)
- tap::communication::serial::RefSerial::getRobotData (C++ function)
- tap::communication::serial::RefSerial::getRobotIdBasedOnCurrentRobotTeam (C++ function)
- tap::communication::serial::RefSerial::heatAndLimitValid (C++ function)
- tap::communication::serial::RefSerial::messageReceiveCallback (C++ function)
- tap::communication::serial::RefSerial::MessageType (C++ enum)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_AERIAL_ENERGY_STATUS (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_ALL_ROBOT_HP (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_BULLETS_REMAIN (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_CUSTOM_DATA (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_DART_INFO (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_DART_STATION_INFO (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_GAME_RESULT (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_GAME_STATUS (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_GROUND_ROBOT_POSITION (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_POWER_AND_HEAT (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_PROJECTILE_LAUNCH (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_PROJECTILE_SUPPPLIER_ACTION (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_RADAR_INFO (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_RADAR_PROGRESS (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_RECEIVE_DAMAGE (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_RFID_STATUS (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_ROBOT_BUFF_STATUS (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_ROBOT_POSITION (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_ROBOT_STATUS (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_SENTRY_INFO (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_SITE_EVENT_DATA (C++ enumerator)
- tap::communication::serial::RefSerial::MessageType::REF_MESSAGE_TYPE_WARNING_DATA (C++ enumerator)
- tap::communication::serial::RefSerial::operatorBlinded (C++ function)
- tap::communication::serial::RefSerial::RefSerial (C++ function)
- tap::communication::serial::RefSerial::releaseTransmissionSemaphore (C++ function)
- tap::communication::serial::RefSerial::~RefSerial (C++ function)
- tap::communication::serial::RefSerialData (C++ class)
- tap::communication::serial::RefSerialData::isBlueTeam (C++ function)
- tap::communication::serial::RefSerialData::RobotId (C++ enum)
- tap::communication::serial::RefSerialData::RobotId::BLUE_DART (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_DRONE (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_ENGINEER (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_HERO (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_RADAR_STATION (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_SENTINEL (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_SOLDIER_1 (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_SOLDIER_2 (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::BLUE_SOLDIER_3 (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::INVALID (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_DART (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_DRONE (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_ENGINEER (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_HERO (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_RADAR_STATION (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_SENTINEL (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_SOLDIER_1 (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_SOLDIER_2 (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotId::RED_SOLDIER_3 (C++ enumerator)
- tap::communication::serial::RefSerialData::RobotToRobotMessageHandler (C++ class), [1]
- tap::communication::serial::RefSerialData::RobotToRobotMessageHandler::operator() (C++ function), [1]
- tap::communication::serial::RefSerialData::RobotToRobotMessageHandler::RobotToRobotMessageHandler (C++ function), [1]
- tap::communication::serial::RefSerialData::Rx (C++ class), [1]
- tap::communication::serial::RefSerialData::Rx::AirSupportData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::AirSupportData::remainingStateTime (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::AirSupportData::state (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::AirSupportState (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::AirSupportState::COOLED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::AirSupportState::COOLING (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::AirSupportState::IN_AIR (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::ArmorId (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::ArmorId::FRONT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::ArmorId::LEFT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::ArmorId::REAR (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::ArmorId::RIGHT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::ArmorId::TOP (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::BulletType (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::BulletType::AMMO_17 (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::BulletType::AMMO_42 (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::ChassisData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::ChassisData::current (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::ChassisData::position (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::ChassisData::power (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::ChassisData::powerBuffer (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::ChassisData::powerConsumptionLimit (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::ChassisData::volt (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DamageEvent (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DamageEvent::damageAmount (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DamageEvent::timestampMs (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DamageType (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::DamageType::ARMOR_DAMAGE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DamageType::BARREL_OVER_SPEED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DamageType::BARREL_OVERHEAT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DamageType::CHASSIS_POWER_OVERRUN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DamageType::COLLISION (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DamageType::MODULE_OFFLINE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DartInfo (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartInfo::hits (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartInfo::lastHit (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartInfo::launchCountdown (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartInfo::selectedTarget (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartStationInfo (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartStationInfo::lastLaunchedTime (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartStationInfo::state (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartStationInfo::targetChangedTime (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::DartStationState (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::DartStationState::CLOSED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DartStationState::OPEN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DartStationState::TRANSITION (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DartTarget (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::DartTarget::BASE_FIXED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DartTarget::BASE_RANDOM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::DartTarget::NONE_OR_OUTPOST (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::EventData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::EventData::lastDartHit (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::EventData::siteData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::EventData::timeSinceLastDartHit (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::EventData::virtualShieldRemainingPercent (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::airSupportData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::dartInfo (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::dartStation (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::eventData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::gameStage (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::gameType (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::gameWinner (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::positions (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::radar (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::radarProgress (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::sentry (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::stageTimeRemaining (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::supplier (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameData::unixTime (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GameStage (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::GameStage::COUNTDOWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameStage::END_GAME (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameStage::IN_GAME (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameStage::INITIALIZATION (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameStage::PREMATCH (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameStage::SETUP (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameType (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::GameType::ROBOMASTER_AI_CHALLENGE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameType::ROBOMASTER_RMUC (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameType::ROBOMASTER_RMUL_1V1 (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameType::ROBOMASTER_RMUL_3V3 (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameType::ROBOMASTER_RMUTC (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameType::UNKNOWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameWinner (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::GameWinner::BLUE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameWinner::DRAW (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GameWinner::RED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::GroundRobotPositions (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GroundRobotPositions::engineer (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GroundRobotPositions::hero (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GroundRobotPositions::standard3 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GroundRobotPositions::standard4 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::GroundRobotPositions::standard5 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::MAX_LAUNCH_SPEED_17MM (C++ member), [1]
- tap::communication::serial::RefSerialData::Rx::MAX_LAUNCH_SPEED_42MM (C++ member), [1]
- tap::communication::serial::RefSerialData::Rx::MechanismID (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::MechanismID::TURRET_17MM_1 (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::MechanismID::TURRET_17MM_2 (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::MechanismID::TURRET_42MM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RadarInfo (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarInfo::activeDoubleVulnerabilityEffect (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarInfo::availableDoubleVulnerablilityEffects (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress::engineer (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress::hero (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress::sentry (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress::standard3 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress::standard4 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RadarMarkProgress::standard5 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData::count (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData::foulRobotID (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData::lastReceivedWarningRobotTime (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData::level (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData::NONOFFENDING_OPERATOR_BLIND_TIME (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RefereeWarningData::OFFENDING_OPERATOR_BLIND_TIME (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::BASE_BUFF (C++ enumerator), [1]
|
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::CENTRAL_BUFF (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::ELEVATED_RING_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::ELEVATED_RING_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::EXCHANGE_ZONE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::LARGE_ISLAND_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::LARGE_ISLAND_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::LAUNCH_RAMP_BACK_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::LAUNCH_RAMP_BACK_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::LAUNCH_RAMP_FRONT_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::LAUNCH_RAMP_FRONT_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::OUTPOST_BUFF (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::POWER_RUNE_ACTIVATION (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::RESTORATION_ZONE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::SENTRY_PATROL_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::SENTRY_PATROL_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::TRAPEZOID_R3_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::TRAPEZOID_R3_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::TRAPEZOID_R4_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus::TRAPEZOID_R4_OWN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RFIDActivationStatus_t (C++ type), [1]
- tap::communication::serial::RefSerialData::Rx::RobotBuffStatus (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotBuffStatus::attackBuff (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotBuffStatus::coolingBuff (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotBuffStatus::defenseBuff (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotBuffStatus::recoveryBuff (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotBuffStatus::vulnerabilityBuff (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::allRobotHp (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::chassis (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::currentHp (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::damagedArmorId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::damageType (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::maxHp (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::previousHp (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::receivedDps (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::refereeWarningData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::remainingCoins (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::rfidStatus (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::robotBuffStatus (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::robotDataReceivedTimestamp (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::robotId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::robotLevel (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::robotPower (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotData::turret (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotHpData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::blue (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::red (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp (C++ struct), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::base (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::engineer2 (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::hero1 (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::outpost (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::sentry7 (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::standard3 (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::standard4 (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotHpData::RobotHp::standard5 (C++ member), [1], [2], [3]
- tap::communication::serial::RefSerialData::Rx::RobotPosition (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotPosition::x (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotPosition::y (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::RobotPower (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::RobotPower::CHASSIS_HAS_POWER (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RobotPower::GIMBAL_HAS_POWER (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RobotPower::SHOOTER_HAS_POWER (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::RobotPower_t (C++ type), [1]
- tap::communication::serial::RefSerialData::Rx::SentryInfo (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SentryInfo::projectileAllowance (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SentryInfo::remoteHealthExchanges (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SentryInfo::remoteProjectileExchanges (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SiteDartHit (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::SiteDartHit::BASE_FIXED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteDartHit::BASE_RANDOM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteDartHit::NONE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteDartHit::OUTPOST (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::CENTRAL_BUFF_OCCUPIED_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::CENTRAL_BUFF_OCCUPIED_TEAM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::LARGER_POWER_RUNE_ACTIVIATED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::POWER_RUNE_OCCUPIED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::RESTORATION_FRONT_OCCUPIED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::RESTORATION_INSIDE_OCCUPIED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::RING_OCCUPIED_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::RING_OCCUPIED_TEAM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::SMALL_POWER_RUNE_ACTIVATED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::SUPPLIER_OCCUPIED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::TRAPEZOID_R3_OCCUPIED_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::TRAPEZOID_R3_OCCUPIED_TEAM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::TRAPEZOID_R4_OCCUPIED_OPPONENT (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData::TRAPEZOID_R4_OCCUPIED_TEAM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SiteData_t (C++ type), [1]
- tap::communication::serial::RefSerialData::Rx::SupplierAction (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SupplierAction::outletStatus (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SupplierAction::reloadingRobot (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SupplierAction::suppliedProjectiles (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::SupplierOutletStatus (C++ enum), [1]
- tap::communication::serial::RefSerialData::Rx::SupplierOutletStatus::CLOSED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SupplierOutletStatus::PREPARING (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::SupplierOutletStatus::RELEASING (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Rx::TurretData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::bulletSpeed (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::bulletsRemaining17 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::bulletsRemaining42 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::bulletType (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::coolingRate (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::firingFreq (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::heat17ID1 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::heat17ID2 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::heat42 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::heatLimit (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::lastReceivedLaunchingInfoTimestamp (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::launchMechanismID (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Rx::TurretData::yaw (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx (C++ class), [1]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage::crc16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage::deleteOperation (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicLayerMessage::layer (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicOperation (C++ enum), [1]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicOperation::DELETE_ALL (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicOperation::DELETE_GRAPHIC_LAYER (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::DeleteGraphicOperation::DELETE_GRAPHIC_NO_OP (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::getWaitTimeAfterGraphicSendMs (C++ function), [1]
- tap::communication::serial::RefSerialData::Tx::Graphic1Message (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic1Message::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic1Message::crc16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic1Message::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic1Message::graphicData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic1Message::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic2Message (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic2Message::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic2Message::crc16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic2Message::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic2Message::graphicData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic2Message::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic5Message (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic5Message::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic5Message::crc16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic5Message::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic5Message::graphicData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic5Message::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic7Message (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic7Message::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic7Message::crc16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic7Message::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic7Message::graphicData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::Graphic7Message::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage::crc16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage::graphicData (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicCharacterMessage::msg (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicColor (C++ enum), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::BLACK (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::CYAN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::GREEN (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::ORANGE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::PINK (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::PURPLISH_RED (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::RED_AND_BLUE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::WHITE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicColor::YELLOW (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicData (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::color (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::endAngle (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::endX (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::endY (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::layer (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::lineWidth (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::name (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::operation (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::radius (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::startAngle (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::startX (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::startY (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::type (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicData::value (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::GraphicOperation (C++ enum), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicOperation::GRAPHIC_ADD (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicOperation::GRAPHIC_DELETE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicOperation::GRAPHIC_MODIFY (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicOperation::GRAPHIC_NO_OP (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType (C++ enum), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::ARC (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::CHARACTER (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::CIRCLE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::ELLIPSE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::FLOATING_NUM (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::INTEGER (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::RECTANGLE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::GraphicType::STRAIGHT_LINE (C++ enumerator), [1]
- tap::communication::serial::RefSerialData::Tx::InteractiveHeader (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::InteractiveHeader::dataCmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::InteractiveHeader::receiverId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::InteractiveHeader::senderId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::MAX_TRANSMIT_SPEED_BYTES_PER_S (C++ member), [1]
- tap::communication::serial::RefSerialData::Tx::RobotToRobotMessage (C++ struct), [1], [2]
- tap::communication::serial::RefSerialData::Tx::RobotToRobotMessage::cmdId (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::RobotToRobotMessage::dataAndCRC16 (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::RobotToRobotMessage::frameHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialData::Tx::RobotToRobotMessage::interactiveHeader (C++ member), [1], [2]
- tap::communication::serial::RefSerialTransmitter (C++ class)
- tap::communication::serial::RefSerialTransmitter::configArc (C++ function)
- tap::communication::serial::RefSerialTransmitter::configCharacterMsg (C++ function)
- tap::communication::serial::RefSerialTransmitter::configCircle (C++ function)
- tap::communication::serial::RefSerialTransmitter::configEllipse (C++ function)
- tap::communication::serial::RefSerialTransmitter::configFloatingNumber (C++ function)
- tap::communication::serial::RefSerialTransmitter::configFrameHeader (C++ function)
- tap::communication::serial::RefSerialTransmitter::configGraphicGenerics (C++ function)
- tap::communication::serial::RefSerialTransmitter::configInteger (C++ function)
- tap::communication::serial::RefSerialTransmitter::configInteractiveHeader (C++ function)
- tap::communication::serial::RefSerialTransmitter::configLine (C++ function)
- tap::communication::serial::RefSerialTransmitter::configRectangle (C++ function)
- tap::communication::serial::RefSerialTransmitter::deleteGraphicLayer (C++ function)
- tap::communication::serial::RefSerialTransmitter::RefSerialTransmitter (C++ function)
- tap::communication::serial::RefSerialTransmitter::sendGraphic (C++ function), [1], [2], [3], [4]
- tap::communication::serial::RefSerialTransmitter::sendRobotToRobotMsg (C++ function)
- tap::communication::serial::Remote (C++ class)
- tap::communication::serial::Remote::Channel (C++ enum)
- tap::communication::serial::Remote::Channel::LEFT_HORIZONTAL (C++ enumerator)
- tap::communication::serial::Remote::Channel::LEFT_VERTICAL (C++ enumerator)
- tap::communication::serial::Remote::Channel::RIGHT_HORIZONTAL (C++ enumerator)
- tap::communication::serial::Remote::Channel::RIGHT_VERTICAL (C++ enumerator)
- tap::communication::serial::Remote::Channel::WHEEL (C++ enumerator)
- tap::communication::serial::Remote::getChannel (C++ function)
- tap::communication::serial::Remote::getMouseL (C++ function)
- tap::communication::serial::Remote::getMouseR (C++ function)
- tap::communication::serial::Remote::getMouseX (C++ function)
- tap::communication::serial::Remote::getMouseY (C++ function)
- tap::communication::serial::Remote::getMouseZ (C++ function)
- tap::communication::serial::Remote::getSwitch (C++ function)
- tap::communication::serial::Remote::getUpdateCounter (C++ function)
- tap::communication::serial::Remote::initialize (C++ function)
- tap::communication::serial::Remote::isConnected (C++ function)
- tap::communication::serial::Remote::Key (C++ enum)
- tap::communication::serial::Remote::Key::A (C++ enumerator)
- tap::communication::serial::Remote::Key::B (C++ enumerator)
- tap::communication::serial::Remote::Key::C (C++ enumerator)
- tap::communication::serial::Remote::Key::CTRL (C++ enumerator)
- tap::communication::serial::Remote::Key::D (C++ enumerator)
- tap::communication::serial::Remote::Key::E (C++ enumerator)
- tap::communication::serial::Remote::Key::F (C++ enumerator)
- tap::communication::serial::Remote::Key::G (C++ enumerator)
- tap::communication::serial::Remote::Key::Q (C++ enumerator)
- tap::communication::serial::Remote::Key::R (C++ enumerator)
- tap::communication::serial::Remote::Key::S (C++ enumerator)
- tap::communication::serial::Remote::Key::SHIFT (C++ enumerator)
- tap::communication::serial::Remote::Key::V (C++ enumerator)
- tap::communication::serial::Remote::Key::W (C++ enumerator)
- tap::communication::serial::Remote::Key::X (C++ enumerator)
- tap::communication::serial::Remote::Key::Z (C++ enumerator)
- tap::communication::serial::Remote::keyPressed (C++ function)
- tap::communication::serial::Remote::read (C++ function)
- tap::communication::serial::Remote::Remote (C++ function)
- tap::communication::serial::Remote::RemoteInfo (C++ struct)
- tap::communication::serial::Remote::RemoteInfo::key (C++ member)
- tap::communication::serial::Remote::RemoteInfo::l (C++ member)
- tap::communication::serial::Remote::RemoteInfo::leftHorizontal (C++ member)
- tap::communication::serial::Remote::RemoteInfo::leftSwitch (C++ member)
- tap::communication::serial::Remote::RemoteInfo::leftVertical (C++ member)
- tap::communication::serial::Remote::RemoteInfo::mouse (C++ member)
- tap::communication::serial::Remote::RemoteInfo::r (C++ member)
- tap::communication::serial::Remote::RemoteInfo::rightHorizontal (C++ member)
- tap::communication::serial::Remote::RemoteInfo::rightSwitch (C++ member)
- tap::communication::serial::Remote::RemoteInfo::rightVertical (C++ member)
- tap::communication::serial::Remote::RemoteInfo::updateCounter (C++ member)
- tap::communication::serial::Remote::RemoteInfo::wheel (C++ member)
- tap::communication::serial::Remote::RemoteInfo::x (C++ member)
- tap::communication::serial::Remote::RemoteInfo::y (C++ member)
- tap::communication::serial::Remote::RemoteInfo::z (C++ member)
- tap::communication::serial::Remote::Switch (C++ enum)
- tap::communication::serial::Remote::Switch::LEFT_SWITCH (C++ enumerator)
- tap::communication::serial::Remote::Switch::RIGHT_SWITCH (C++ enumerator)
- tap::communication::serial::Remote::SwitchState (C++ enum)
- tap::communication::serial::Remote::SwitchState::DOWN (C++ enumerator)
- tap::communication::serial::Remote::SwitchState::MID (C++ enumerator)
- tap::communication::serial::Remote::SwitchState::UNKNOWN (C++ enumerator)
- tap::communication::serial::Remote::SwitchState::UP (C++ enumerator)
- tap::communication::serial::Remote::~Remote (C++ function)
- tap::communication::serial::TerminalSerial (C++ class)
- tap::communication::serial::TerminalSerial::addHeader (C++ function)
- tap::communication::serial::TerminalSerial::cmpByStringEquality (C++ struct)
- tap::communication::serial::TerminalSerial::cmpByStringEquality::operator() (C++ function)
- tap::communication::serial::TerminalSerial::DELIMITERS (C++ member)
- tap::communication::serial::TerminalSerial::DISALLOW_COPY_AND_ASSIGN (C++ function)
- tap::communication::serial::TerminalSerial::initialize (C++ function)
- tap::communication::serial::TerminalSerial::MAX_LINE_LENGTH (C++ member)
- tap::communication::serial::TerminalSerial::STREAMING_PERIOD (C++ member)
- tap::communication::serial::TerminalSerial::TerminalSerial (C++ function)
- tap::communication::serial::TerminalSerial::update (C++ function)
- tap::communication::serial::TerminalSerial::~TerminalSerial (C++ function)
- tap::communication::serial::TerminalSerialCallbackInterface (C++ class)
- tap::communication::serial::TerminalSerialCallbackInterface::terminalSerialCallback (C++ function)
- tap::communication::serial::TerminalSerialCallbackInterface::terminalSerialStreamCallback (C++ function)
- tap::communication::serial::UartTerminalDevice (C++ class)
- tap::communication::serial::UartTerminalDevice::DISALLOW_COPY_AND_ASSIGN (C++ function)
- tap::communication::serial::UartTerminalDevice::flush (C++ function)
- tap::communication::serial::UartTerminalDevice::initialize (C++ function)
- tap::communication::serial::UartTerminalDevice::read (C++ function)
- tap::communication::serial::UartTerminalDevice::UartTerminalDevice (C++ function)
- tap::communication::serial::UartTerminalDevice::write (C++ function)
- tap::communication::serial::UartTerminalDevice::~UartTerminalDevice (C++ function)
- tap::control::chassis::ChassisSubsystemInterface (C++ class)
- tap::control::chassis::ChassisSubsystemInterface::allMotorsOnline (C++ function)
- tap::control::chassis::ChassisSubsystemInterface::ChassisSubsystemInterface (C++ function)
- tap::control::chassis::ChassisSubsystemInterface::getActualVelocityChassisRelative (C++ function)
- tap::control::chassis::ChassisSubsystemInterface::getNumChassisMotors (C++ function)
- tap::control::chassis::ChassisSubsystemInterface::getVelocityWorldRelative (C++ function)
- tap::control::chassis::PowerLimiter (C++ class)
- tap::control::chassis::PowerLimiter::getPowerLimitRatio (C++ function)
- tap::control::chassis::PowerLimiter::PowerLimiter (C++ function)
- tap::control::Command (C++ class)
- tap::control::Command::addSubsystemRequirement (C++ function)
- tap::control::Command::Command (C++ function)
- tap::control::Command::commandRequirementsBitwise (C++ member)
- tap::control::Command::end (C++ function)
- tap::control::Command::execute (C++ function)
- tap::control::Command::getGlobalIdentifier (C++ function)
- tap::control::Command::getName (C++ function)
- tap::control::Command::getRequirementsBitwise (C++ function)
- tap::control::Command::initialize (C++ function)
- tap::control::Command::isFinished (C++ function)
- tap::control::Command::isReady (C++ function)
- tap::control::Command::~Command (C++ function)
- tap::control::command_scheduler_bitmap_t (C++ type)
- tap::control::CommandMapper (C++ class)
- tap::control::CommandMapper::addMap (C++ function)
- tap::control::CommandMapper::CommandMapper (C++ function)
- tap::control::CommandMapper::getAtIndex (C++ function)
- tap::control::CommandMapper::getSize (C++ function)
- tap::control::CommandMapper::handleKeyStateChange (C++ function)
- tap::control::CommandMapper::~CommandMapper (C++ function)
- tap::control::CommandMapperFormatGenerator (C++ class)
- tap::control::CommandMapperFormatGenerator::CommandMapperFormatGenerator (C++ function)
- tap::control::CommandMapperFormatGenerator::generateMappings (C++ function)
- tap::control::CommandMapperFormatGenerator::~CommandMapperFormatGenerator (C++ function)
- tap::control::CommandMapping (C++ class)
- tap::control::CommandMapping::addCommands (C++ function)
- tap::control::CommandMapping::CommandMapping (C++ function)
- tap::control::CommandMapping::drivers (C++ member)
- tap::control::CommandMapping::executeCommandMapping (C++ function)
- tap::control::CommandMapping::getAssociatedCommands (C++ function)
- tap::control::CommandMapping::getAssociatedRemoteMapState (C++ function)
- tap::control::CommandMapping::mappedCommands (C++ member)
- tap::control::CommandMapping::mappingSubset (C++ function)
- tap::control::CommandMapping::mapState (C++ member)
- tap::control::CommandMapping::mapStateEqual (C++ function)
- tap::control::CommandMapping::negKeysSubset (C++ function)
- tap::control::CommandMapping::noCommandsScheduled (C++ function)
- tap::control::CommandMapping::operator== (C++ function)
- tap::control::CommandMapping::removeCommands (C++ function)
- tap::control::CommandMapping::~CommandMapping (C++ function)
- tap::control::CommandScheduler (C++ class)
- tap::control::CommandScheduler::addCommand (C++ function)
- tap::control::CommandScheduler::cmdMapBegin (C++ function)
- tap::control::CommandScheduler::cmdMapEnd (C++ function)
- tap::control::CommandScheduler::CommandIterator (C++ struct), [1]
- tap::control::CommandScheduler::CommandIterator::CommandIterator (C++ function), [1]
- tap::control::CommandScheduler::CommandIterator::difference_type (C++ type), [1]
- tap::control::CommandScheduler::CommandIterator::iterator_category (C++ type), [1]
- tap::control::CommandScheduler::CommandIterator::operator!= (C++ function), [1]
- tap::control::CommandScheduler::CommandIterator::operator* (C++ function), [1]
- tap::control::CommandScheduler::CommandIterator::operator++ (C++ function), [1], [2], [3]
- tap::control::CommandScheduler::CommandIterator::operator== (C++ function), [1]
- tap::control::CommandScheduler::CommandIterator::pointer (C++ type), [1]
- tap::control::CommandScheduler::CommandIterator::reference (C++ type), [1]
- tap::control::CommandScheduler::CommandIterator::value_type (C++ type), [1]
- tap::control::CommandScheduler::commandListSize (C++ function)
- tap::control::CommandScheduler::CommandScheduler (C++ function)
- tap::control::CommandScheduler::constructCommand (C++ function)
- tap::control::CommandScheduler::constructSubsystem (C++ function)
- tap::control::CommandScheduler::countRunningHardwareTests (C++ function)
- tap::control::CommandScheduler::destructCommand (C++ function)
- tap::control::CommandScheduler::destructSubsystem (C++ function)
- tap::control::CommandScheduler::getAddedCommandBitmap (C++ function)
- tap::control::CommandScheduler::getRegisteredSubsystemBitmap (C++ function)
- tap::control::CommandScheduler::hasPassedTest (C++ function)
- tap::control::CommandScheduler::isCommandScheduled (C++ function)
- tap::control::CommandScheduler::isRunningTest (C++ function)
- tap::control::CommandScheduler::isSubsystemRegistered (C++ function)
- tap::control::CommandScheduler::registerSubsystem (C++ function)
- tap::control::CommandScheduler::removeCommand (C++ function)
- tap::control::CommandScheduler::run (C++ function)
- tap::control::CommandScheduler::runAllHardwareTests (C++ function)
- tap::control::CommandScheduler::runHardwareTest (C++ function)
- tap::control::CommandScheduler::setSafeDisconnectFunction (C++ function)
- tap::control::CommandScheduler::stopAllHardwareTests (C++ function)
- tap::control::CommandScheduler::stopHardwareTest (C++ function)
- tap::control::CommandScheduler::subMapBegin (C++ function)
- tap::control::CommandScheduler::subMapEnd (C++ function)
- tap::control::CommandScheduler::SubsystemIterator (C++ struct), [1]
- tap::control::CommandScheduler::SubsystemIterator::difference_type (C++ type), [1]
- tap::control::CommandScheduler::SubsystemIterator::iterator_category (C++ type), [1]
- tap::control::CommandScheduler::SubsystemIterator::operator!= (C++ function), [1]
- tap::control::CommandScheduler::SubsystemIterator::operator* (C++ function), [1]
- tap::control::CommandScheduler::SubsystemIterator::operator++ (C++ function), [1], [2], [3]
- tap::control::CommandScheduler::SubsystemIterator::operator== (C++ function), [1]
- tap::control::CommandScheduler::SubsystemIterator::pointer (C++ type), [1]
- tap::control::CommandScheduler::SubsystemIterator::reference (C++ type), [1]
- tap::control::CommandScheduler::SubsystemIterator::SubsystemIterator (C++ function), [1]
- tap::control::CommandScheduler::SubsystemIterator::value_type (C++ type), [1]
- tap::control::CommandScheduler::subsystemListSize (C++ function)
- tap::control::CommandScheduler::~CommandScheduler (C++ function)
- tap::control::ComprisedCommand (C++ class)
- tap::control::ComprisedCommand::ComprisedCommand (C++ function)
- tap::control::ComprisedCommand::comprisedCommandScheduler (C++ member)
- tap::control::ConcurrentCommand (C++ type)
- tap::control::ConcurrentRaceCommand (C++ type)
- tap::control::ConcurrentTemplateCommand (C++ class)
- tap::control::ConcurrentTemplateCommand::ConcurrentTemplateCommand (C++ function)
- tap::control::ConcurrentTemplateCommand::end (C++ function)
- tap::control::ConcurrentTemplateCommand::execute (C++ function)
- tap::control::ConcurrentTemplateCommand::getName (C++ function)
- tap::control::ConcurrentTemplateCommand::initialize (C++ function)
- tap::control::ConcurrentTemplateCommand::isFinished (C++ function)
- tap::control::ConcurrentTemplateCommand::isReady (C++ function)
- tap::control::governor::CommandGovernorInterface (C++ class)
- tap::control::governor::CommandGovernorInterface::isFinished (C++ function)
- tap::control::governor::CommandGovernorInterface::isReady (C++ function)
- tap::control::governor::CommandGovernorInterface::onGovernedCommandInitialized (C++ function)
- tap::control::governor::GovernorLimitedCommand (C++ class)
- tap::control::governor::GovernorLimitedCommand::end (C++ function)
- tap::control::governor::GovernorLimitedCommand::execute (C++ function)
- tap::control::governor::GovernorLimitedCommand::getName (C++ function)
- tap::control::governor::GovernorLimitedCommand::GovernorLimitedCommand (C++ function)
- tap::control::governor::GovernorLimitedCommand::initialize (C++ function)
- tap::control::governor::GovernorLimitedCommand::isFinished (C++ function)
- tap::control::governor::GovernorLimitedCommand::isReady (C++ function)
- tap::control::governor::GovernorWithFallbackCommand (C++ class)
- tap::control::governor::GovernorWithFallbackCommand::end (C++ function)
- tap::control::governor::GovernorWithFallbackCommand::execute (C++ function)
- tap::control::governor::GovernorWithFallbackCommand::getName (C++ function)
- tap::control::governor::GovernorWithFallbackCommand::GovernorWithFallbackCommand (C++ function)
- tap::control::governor::GovernorWithFallbackCommand::initialize (C++ function)
- tap::control::governor::GovernorWithFallbackCommand::isFinished (C++ function)
- tap::control::governor::GovernorWithFallbackCommand::isReady (C++ function)
- tap::control::HoldCommandMapping (C++ class)
- tap::control::HoldCommandMapping::executeCommandMapping (C++ function)
- tap::control::HoldCommandMapping::HoldCommandMapping (C++ function)
- tap::control::HoldCommandMapping::~HoldCommandMapping (C++ function)
- tap::control::HoldRepeatCommandMapping (C++ class)
- tap::control::HoldRepeatCommandMapping::endCommandsWhenNotHeld (C++ member)
- tap::control::HoldRepeatCommandMapping::executeCommandMapping (C++ function)
- tap::control::HoldRepeatCommandMapping::held (C++ member)
- tap::control::HoldRepeatCommandMapping::HoldRepeatCommandMapping (C++ function)
- tap::control::HoldRepeatCommandMapping::incrementRescheduleCount (C++ function)
- tap::control::HoldRepeatCommandMapping::maxTimesToSchedule (C++ member)
- tap::control::HoldRepeatCommandMapping::okToScheduleCommand (C++ function)
- tap::control::HoldRepeatCommandMapping::rescheduleCounts (C++ member)
- tap::control::HoldRepeatCommandMapping::setMaxTimesToSchedule (C++ function)
- tap::control::HoldRepeatCommandMapping::~HoldRepeatCommandMapping (C++ function)
- tap::control::mapStateEqual (C++ function)
- tap::control::operator!= (C++ function), [1], [2]
- tap::control::operator== (C++ function), [1], [2], [3]
- tap::control::PressCommandMapping (C++ class)
- tap::control::PressCommandMapping::executeCommandMapping (C++ function)
- tap::control::PressCommandMapping::PressCommandMapping (C++ function)
- tap::control::PressCommandMapping::~PressCommandMapping (C++ function)
- tap::control::RemoteMapState (C++ class)
- tap::control::RemoteMapState::getKeys (C++ function)
- tap::control::RemoteMapState::getLMouseButton (C++ function)
- tap::control::RemoteMapState::getLSwitch (C++ function)
- tap::control::RemoteMapState::getNegKeys (C++ function)
- tap::control::RemoteMapState::getNegKeysUsed (C++ function)
- tap::control::RemoteMapState::getRMouseButton (C++ function)
- tap::control::RemoteMapState::getRSwitch (C++ function)
- tap::control::RemoteMapState::initKeys (C++ function), [1]
- tap::control::RemoteMapState::initLMouseButton (C++ function)
- tap::control::RemoteMapState::initLSwitch (C++ function)
- tap::control::RemoteMapState::initNegKeys (C++ function), [1]
- tap::control::RemoteMapState::initRMouseButton (C++ function)
- tap::control::RemoteMapState::initRSwitch (C++ function)
- tap::control::RemoteMapState::MouseButton (C++ enum)
- tap::control::RemoteMapState::MouseButton::LEFT (C++ enumerator)
- tap::control::RemoteMapState::MouseButton::RIGHT (C++ enumerator)
- tap::control::RemoteMapState::operator!= (C++ function)
- tap::control::RemoteMapState::operator== (C++ function)
- tap::control::RemoteMapState::RemoteMapState (C++ function), [1], [2], [3], [4], [5], [6]
- tap::control::RemoteMapState::stateSubsetOf (C++ function)
- tap::control::SafeDisconnectFunction (C++ class)
- tap::control::SafeDisconnectFunction::operator() (C++ function)
- tap::control::SafeDisconnectFunction::SafeDisconnectFunction (C++ function)
- tap::control::SchedulerTerminalHandler (C++ class)
- tap::control::SchedulerTerminalHandler::DISALLOW_COPY_AND_ASSIGN (C++ function)
- tap::control::SchedulerTerminalHandler::HEADER (C++ member)
- tap::control::SchedulerTerminalHandler::init (C++ function)
- tap::control::SchedulerTerminalHandler::SchedulerTerminalHandler (C++ function)
- tap::control::SchedulerTerminalHandler::terminalSerialCallback (C++ function)
- tap::control::SchedulerTerminalHandler::terminalSerialStreamCallback (C++ function)
- tap::control::SchedulerTerminalHandler::~SchedulerTerminalHandler (C++ function)
- tap::control::SequentialCommand (C++ class)
- tap::control::SequentialCommand::end (C++ function)
- tap::control::SequentialCommand::execute (C++ function)
- tap::control::SequentialCommand::getName (C++ function)
- tap::control::SequentialCommand::initialize (C++ function)
- tap::control::SequentialCommand::isFinished (C++ function)
- tap::control::SequentialCommand::isReady (C++ function)
- tap::control::SequentialCommand::SequentialCommand (C++ function)
- tap::control::setpoint::CalibrateCommand (C++ class)
- tap::control::setpoint::CalibrateCommand::CalibrateCommand (C++ function)
- tap::control::setpoint::CalibrateCommand::end (C++ function)
- tap::control::setpoint::CalibrateCommand::execute (C++ function)
- tap::control::setpoint::CalibrateCommand::getName (C++ function)
- tap::control::setpoint::CalibrateCommand::initialize (C++ function)
- tap::control::setpoint::CalibrateCommand::isFinished (C++ function)
- tap::control::setpoint::CalibrateCommand::isReady (C++ function)
- tap::control::setpoint::IntegrableSetpointSubsystem (C++ class)
- tap::control::setpoint::IntegrableSetpointSubsystem::getCurrentValueIntegral (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand (C++ class)
- tap::control::setpoint::MoveAbsoluteCommand::end (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::execute (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::getName (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::initialize (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::isFinished (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::isReady (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::MoveAbsoluteCommand (C++ function)
- tap::control::setpoint::MoveAbsoluteCommand::setpointSubsystem (C++ member)
- tap::control::setpoint::MoveCommand (C++ class)
- tap::control::setpoint::MoveCommand::end (C++ function)
- tap::control::setpoint::MoveCommand::execute (C++ function)
- tap::control::setpoint::MoveCommand::getName (C++ function)
- tap::control::setpoint::MoveCommand::initialize (C++ function)
- tap::control::setpoint::MoveCommand::isFinished (C++ function)
- tap::control::setpoint::MoveCommand::isReady (C++ function)
- tap::control::setpoint::MoveCommand::MoveCommand (C++ function)
- tap::control::setpoint::MoveIntegralCommand (C++ class)
- tap::control::setpoint::MoveIntegralCommand::config (C++ member)
- tap::control::setpoint::MoveIntegralCommand::Config (C++ struct), [1]
- tap::control::setpoint::MoveIntegralCommand::Config::desiredSetpoint (C++ member), [1]
- tap::control::setpoint::MoveIntegralCommand::Config::integralSetpointTolerance (C++ member), [1]
- tap::control::setpoint::MoveIntegralCommand::Config::targetIntegralChange (C++ member), [1]
- tap::control::setpoint::MoveIntegralCommand::end (C++ function)
- tap::control::setpoint::MoveIntegralCommand::execute (C++ function)
- tap::control::setpoint::MoveIntegralCommand::finalTargetIntegralSetpoint (C++ member)
- tap::control::setpoint::MoveIntegralCommand::getName (C++ function)
- tap::control::setpoint::MoveIntegralCommand::initialize (C++ function)
- tap::control::setpoint::MoveIntegralCommand::integrableSetpointSubsystem (C++ member)
- tap::control::setpoint::MoveIntegralCommand::isFinished (C++ function)
- tap::control::setpoint::MoveIntegralCommand::isReady (C++ function)
- tap::control::setpoint::MoveIntegralCommand::MoveIntegralCommand (C++ function)
- tap::control::setpoint::MoveIntegralCommand::targetIntegralReached (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand (C++ class)
- tap::control::setpoint::MoveUnjamComprisedCommand::agitatorDisconnectFault (C++ member)
- tap::control::setpoint::MoveUnjamComprisedCommand::agitatorRotateCommand (C++ member)
- tap::control::setpoint::MoveUnjamComprisedCommand::agitatorUnjamCommand (C++ member)
- tap::control::setpoint::MoveUnjamComprisedCommand::end (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand::execute (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand::getName (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand::initialize (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand::isFinished (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand::MoveUnjamComprisedCommand (C++ function)
- tap::control::setpoint::MoveUnjamComprisedCommand::setpointSubsystem (C++ member)
- tap::control::setpoint::MoveUnjamComprisedCommand::unjamSequenceCommencing (C++ member)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand (C++ class)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::end (C++ function)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::execute (C++ function)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::getName (C++ function)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::initialize (C++ function)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::isFinished (C++ function)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::isReady (C++ function)
- tap::control::setpoint::MoveUnjamIntegralComprisedCommand::MoveUnjamIntegralComprisedCommand (C++ function)
- tap::control::setpoint::SetpointContinuousJamChecker (C++ class)
- tap::control::setpoint::SetpointContinuousJamChecker::check (C++ function)
- tap::control::setpoint::SetpointContinuousJamChecker::getJamSetpointTolerance (C++ function)
- tap::control::setpoint::SetpointContinuousJamChecker::restart (C++ function)
- tap::control::setpoint::SetpointContinuousJamChecker::SetpointContinuousJamChecker (C++ function)
- tap::control::setpoint::SetpointSubsystem (C++ class)
- tap::control::setpoint::SetpointSubsystem::calibrateHere (C++ function)
- tap::control::setpoint::SetpointSubsystem::clearJam (C++ function)
- tap::control::setpoint::SetpointSubsystem::getCurrentValue (C++ function)
- tap::control::setpoint::SetpointSubsystem::getJamSetpointTolerance (C++ function)
- tap::control::setpoint::SetpointSubsystem::getSetpoint (C++ function)
- tap::control::setpoint::SetpointSubsystem::getVelocity (C++ function)
- tap::control::setpoint::SetpointSubsystem::isCalibrated (C++ function)
- tap::control::setpoint::SetpointSubsystem::isJammed (C++ function)
- tap::control::setpoint::SetpointSubsystem::isOnline (C++ function)
- tap::control::setpoint::SetpointSubsystem::setSetpoint (C++ function)
- tap::control::setpoint::UnjamCommand (C++ class)
- tap::control::setpoint::UnjamCommand::end (C++ function)
- tap::control::setpoint::UnjamCommand::execute (C++ function)
- tap::control::setpoint::UnjamCommand::getName (C++ function)
- tap::control::setpoint::UnjamCommand::initialize (C++ function)
- tap::control::setpoint::UnjamCommand::isFinished (C++ function)
- tap::control::setpoint::UnjamCommand::isReady (C++ function)
- tap::control::setpoint::UnjamCommand::UnjamCommand (C++ function)
- tap::control::setpoint::UnjamCommandInterface (C++ class)
- tap::control::setpoint::UnjamIntegralCommand (C++ class)
- tap::control::setpoint::UnjamIntegralCommand::Config (C++ struct), [1]
- tap::control::setpoint::UnjamIntegralCommand::Config::maxWaitTime (C++ member), [1]
- tap::control::setpoint::UnjamIntegralCommand::Config::targetCycleCount (C++ member), [1]
- tap::control::setpoint::UnjamIntegralCommand::Config::targetUnjamIntegralChange (C++ member), [1]
- tap::control::setpoint::UnjamIntegralCommand::Config::unjamSetpoint (C++ member), [1]
- tap::control::setpoint::UnjamIntegralCommand::end (C++ function)
- tap::control::setpoint::UnjamIntegralCommand::execute (C++ function)
- tap::control::setpoint::UnjamIntegralCommand::getName (C++ function)
- tap::control::setpoint::UnjamIntegralCommand::initialize (C++ function)
- tap::control::setpoint::UnjamIntegralCommand::isFinished (C++ function)
- tap::control::setpoint::UnjamIntegralCommand::isReady (C++ function)
- tap::control::setpoint::UnjamIntegralCommand::UnjamIntegralCommand (C++ function)
- tap::control::Subsystem (C++ class)
- tap::control::Subsystem::drivers (C++ member)
- tap::control::Subsystem::getDefaultCommand (C++ function)
- tap::control::Subsystem::getGlobalIdentifier (C++ function)
- tap::control::Subsystem::getName (C++ function)
- tap::control::Subsystem::getTestCommand (C++ function)
- tap::control::Subsystem::initialize (C++ function)
- tap::control::Subsystem::refresh (C++ function)
- tap::control::Subsystem::refreshSafeDisconnect (C++ function)
- tap::control::Subsystem::registerAndInitialize (C++ function)
- tap::control::Subsystem::setDefaultCommand (C++ function)
- tap::control::Subsystem::setTestCommand (C++ function)
- tap::control::Subsystem::Subsystem (C++ function)
- tap::control::Subsystem::~Subsystem (C++ function)
- tap::control::subsystem_scheduler_bitmap_t (C++ type)
- tap::control::ToggleCommandMapping (C++ class)
- tap::control::ToggleCommandMapping::executeCommandMapping (C++ function)
- tap::control::ToggleCommandMapping::ToggleCommandMapping (C++ function)
- tap::control::ToggleCommandMapping::~ToggleCommandMapping (C++ function)
- tap::control::turret::TurretSubsystemInterface (C++ class)
- tap::control::turret::TurretSubsystemInterface::getCurrentPitchValue (C++ function)
- tap::control::turret::TurretSubsystemInterface::getCurrentYawValue (C++ function)
- tap::control::turret::TurretSubsystemInterface::getPitchAngleFromCenter (C++ function)
- tap::control::turret::TurretSubsystemInterface::getPitchSetpoint (C++ function)
- tap::control::turret::TurretSubsystemInterface::getPitchVelocity (C++ function)
- tap::control::turret::TurretSubsystemInterface::getYawAngleFromCenter (C++ function)
- tap::control::turret::TurretSubsystemInterface::getYawSetpoint (C++ function)
- tap::control::turret::TurretSubsystemInterface::getYawVelocity (C++ function)
- tap::control::turret::TurretSubsystemInterface::isOnline (C++ function)
- tap::control::turret::TurretSubsystemInterface::setPitchMotorOutput (C++ function)
- tap::control::turret::TurretSubsystemInterface::setPitchSetpoint (C++ function)
- tap::control::turret::TurretSubsystemInterface::setYawMotorOutput (C++ function)
- tap::control::turret::TurretSubsystemInterface::setYawSetpoint (C++ function)
- tap::control::turret::TurretSubsystemInterface::TurretSubsystemInterface (C++ function)
- tap::control::turret::TurretSubsystemInterface::yawLimited (C++ function)
- tap::display::CommandSchedulerMenu (C++ class)
- tap::display::CommandSchedulerMenu::CommandSchedulerMenu (C++ function)
- tap::display::CommandSchedulerMenu::draw (C++ function)
- tap::display::CommandSchedulerMenu::getMenuName (C++ function)
- tap::display::CommandSchedulerMenu::hasChanged (C++ function)
- tap::display::CommandSchedulerMenu::shortButtonPress (C++ function)
- tap::display::CommandSchedulerMenu::update (C++ function)
- tap::display::CommandSchedulerMenu::~CommandSchedulerMenu (C++ function)
- tap::display::DummyAllocator (C++ class)
- tap::display::DummyAllocator::allocate (C++ function)
- tap::display::DummyAllocator::deallocate (C++ function)
- tap::display::DummyAllocator::destroy (C++ function)
- tap::display::DummyAllocator::DummyAllocator (C++ function), [1]
- tap::display::HardwareTestMenu (C++ class)
- tap::display::HardwareTestMenu::draw (C++ function)
- tap::display::HardwareTestMenu::getMenuName (C++ function)
- tap::display::HardwareTestMenu::HardwareTestMenu (C++ function)
- tap::display::HardwareTestMenu::hasChanged (C++ function)
- tap::display::HardwareTestMenu::shortButtonPress (C++ function)
- tap::display::HardwareTestMenu::update (C++ function)
- tap::display::MotorMenu (C++ class)
- tap::display::MotorMenu::draw (C++ function)
- tap::display::MotorMenu::getMenuName (C++ function)
- tap::display::MotorMenu::hasChanged (C++ function)
- tap::display::MotorMenu::MotorMenu (C++ function)
- tap::display::MotorMenu::shortButtonPress (C++ function)
- tap::display::MotorMenu::update (C++ function)
- tap::display::MotorMenu::~MotorMenu (C++ function)
- tap::display::MotorSpecificMenu (C++ class)
- tap::display::MotorSpecificMenu::draw (C++ function)
- tap::display::MotorSpecificMenu::hasChanged (C++ function)
- tap::display::MotorSpecificMenu::MotorSpecificMenu (C++ function)
- tap::display::MotorSpecificMenu::shortButtonPress (C++ function)
- tap::display::MotorSpecificMenu::update (C++ function)
- tap::display::OledButtonHandler (C++ class)
- tap::display::OledButtonHandler::Button (C++ enum)
- tap::display::OledButtonHandler::Button::DOWN (C++ enumerator)
- tap::display::OledButtonHandler::Button::LEFT (C++ enumerator)
- tap::display::OledButtonHandler::Button::NONE (C++ enumerator)
- tap::display::OledButtonHandler::Button::OK (C++ enumerator)
- tap::display::OledButtonHandler::Button::RIGHT (C++ enumerator)
- tap::display::OledButtonHandler::Button::UP (C++ enumerator)
- tap::display::OledButtonHandler::getCurrentButtonState (C++ function)
- tap::display::OledButtonHandler::OledButtonHandler (C++ function)
- tap::display::RefSerialMenu (C++ class)
- tap::display::RefSerialMenu::DISPLAY_DRAW_PERIOD (C++ member)
- tap::display::RefSerialMenu::DISPLAY_MAX_ENTRIES (C++ member)
- tap::display::RefSerialMenu::draw (C++ function)
- tap::display::RefSerialMenu::getMenuName (C++ function)
- tap::display::RefSerialMenu::hasChanged (C++ function)
- tap::display::RefSerialMenu::REF_SERIAL_INFO_LINES (C++ member)
- tap::display::RefSerialMenu::RefSerialMenu (C++ function)
- tap::display::RefSerialMenu::shortButtonPress (C++ function)
- tap::display::RefSerialMenu::update (C++ function)
- tap::display::Sh1106 (C++ class)
- tap::display::Sh1106::a0 (C++ member)
- tap::display::Sh1106::initializeBlocking (C++ function)
- tap::display::Sh1106::reset (C++ member)
- tap::display::Sh1106::setInvert (C++ function)
- tap::display::Sh1106::spi (C++ member)
- tap::display::Sh1106::update (C++ function)
- tap::display::Sh1106::updateNonblocking (C++ function)
- tap::display::Sh1106::~Sh1106 (C++ function)
- tap::display::VerticalScrollLogicHandler (C++ class)
- tap::display::VerticalScrollLogicHandler::acknowledgeCursorChanged (C++ function)
- tap::display::VerticalScrollLogicHandler::getCursorIndex (C++ function)
- tap::display::VerticalScrollLogicHandler::getLargestIndexDisplayed (C++ function)
- tap::display::VerticalScrollLogicHandler::getSize (C++ function)
- tap::display::VerticalScrollLogicHandler::getSmallestIndexDisplayed (C++ function)
- tap::display::VerticalScrollLogicHandler::onShortButtonPress (C++ function)
- tap::display::VerticalScrollLogicHandler::setSize (C++ function)
- tap::display::VerticalScrollLogicHandler::VerticalScrollLogicHandler (C++ function)
- tap::errors::ErrorController (C++ class)
- tap::errors::ErrorController::addToErrorList (C++ function)
- tap::errors::ErrorController::error_index_t (C++ type)
- tap::errors::ErrorController::ERROR_LIST_MAX_SIZE (C++ member)
- tap::errors::ErrorController::ErrorController (C++ function)
- tap::errors::ErrorController::init (C++ function)
- tap::errors::ErrorController::terminalSerialCallback (C++ function)
- tap::errors::ErrorController::terminalSerialStreamCallback (C++ function)
- tap::errors::ErrorController::~ErrorController (C++ function)
- tap::errors::SystemError (C++ class)
- tap::errors::SystemError::getDescription (C++ function)
- tap::errors::SystemError::getFilename (C++ function)
- tap::errors::SystemError::getLineNumber (C++ function)
- tap::errors::SystemError::SystemError (C++ function), [1]
- tap::motor::DjiMotor (C++ class)
- tap::motor::DjiMotor::assertEncoderType (C++ function)
- tap::motor::DjiMotor::degreesToEncoder (C++ function)
- tap::motor::DjiMotor::DjiMotor (C++ function)
- tap::motor::DjiMotor::ENC_RESOLUTION (C++ member)
- tap::motor::DjiMotor::encoderToDegrees (C++ function)
- tap::motor::DjiMotor::GEAR_RATIO_M2006 (C++ member)
- tap::motor::DjiMotor::GEAR_RATIO_M3508 (C++ member)
- tap::motor::DjiMotor::GEAR_RATIO_M3510_L1 (C++ member)
- tap::motor::DjiMotor::GEAR_RATIO_M3510_L2 (C++ member)
- tap::motor::DjiMotor::GEAR_RATIO_M3510_L3 (C++ member)
- tap::motor::DjiMotor::GEAR_RATIO_M3510_L4 (C++ member)
- tap::motor::DjiMotor::getCanBus (C++ function)
- tap::motor::DjiMotor::getEncoderUnwrapped (C++ function)
- tap::motor::DjiMotor::getEncoderWrapped (C++ function)
- tap::motor::DjiMotor::getMotorIdentifier (C++ function)
- tap::motor::DjiMotor::getName (C++ function)
- tap::motor::DjiMotor::getOutputDesired (C++ function)
- tap::motor::DjiMotor::getPositionUnwrapped (C++ function)
- tap::motor::DjiMotor::getPositionWrapped (C++ function)
- tap::motor::DjiMotor::getShaftRPM (C++ function)
- tap::motor::DjiMotor::getTemperature (C++ function)
- tap::motor::DjiMotor::getTorque (C++ function)
- tap::motor::DjiMotor::initialize (C++ function)
- tap::motor::DjiMotor::isInCurrentControl (C++ function)
- tap::motor::DjiMotor::isMotorInverted (C++ function)
- tap::motor::DjiMotor::isMotorOnline (C++ function)
- tap::motor::DjiMotor::MAX_OUTPUT_820R (C++ member)
- tap::motor::DjiMotor::MAX_OUTPUT_C610 (C++ member)
- tap::motor::DjiMotor::MAX_OUTPUT_C620 (C++ member)
- tap::motor::DjiMotor::MAX_OUTPUT_GM3510 (C++ member)
- tap::motor::DjiMotor::MAX_OUTPUT_GM6020 (C++ member)
- tap::motor::DjiMotor::processMessage (C++ function)
- tap::motor::DjiMotor::resetEncoderValue (C++ function)
- tap::motor::DjiMotor::serializeCanSendData (C++ function)
- tap::motor::DjiMotor::setDesiredOutput (C++ function)
- tap::motor::DjiMotor::~DjiMotor (C++ function)
- tap::motor::DjiMotorTerminalSerialHandler (C++ class)
- tap::motor::DjiMotorTerminalSerialHandler::DjiMotorTerminalSerialHandler (C++ function)
- tap::motor::DjiMotorTerminalSerialHandler::HEADER (C++ member)
- tap::motor::DjiMotorTerminalSerialHandler::init (C++ function)
- tap::motor::DjiMotorTerminalSerialHandler::terminalSerialCallback (C++ function)
- tap::motor::DjiMotorTerminalSerialHandler::terminalSerialStreamCallback (C++ function)
- tap::motor::DjiMotorTxHandler (C++ class)
- tap::motor::DjiMotorTxHandler::addMotorToManager (C++ function), [1]
- tap::motor::DjiMotorTxHandler::can1MotorStore (C++ member)
- tap::motor::DjiMotorTxHandler::can2MotorStore (C++ member)
- tap::motor::DjiMotorTxHandler::CAN_DJI_6020_CURRENT_IDENTIFIER (C++ member)
- tap::motor::DjiMotorTxHandler::CAN_DJI_HIGH_IDENTIFIER (C++ member)
- tap::motor::DjiMotorTxHandler::CAN_DJI_LOW_IDENTIFIER (C++ member)
- tap::motor::DjiMotorTxHandler::CAN_DJI_MESSAGE_SEND_LENGTH (C++ member)
- tap::motor::DjiMotorTxHandler::DJI_MOTORS_PER_CAN (C++ member)
- tap::motor::DjiMotorTxHandler::DjiMotorTxHandler (C++ function)
- tap::motor::DjiMotorTxHandler::drivers (C++ member)
- tap::motor::DjiMotorTxHandler::encodeAndSendCanData (C++ function)
- tap::motor::DjiMotorTxHandler::getCan1Motor (C++ function)
- tap::motor::DjiMotorTxHandler::getCan2Motor (C++ function)
- tap::motor::DjiMotorTxHandler::removeFromMotorManager (C++ function), [1]
- tap::motor::DjiMotorTxHandler::serializeMotorStoreSendData (C++ function)
- tap::motor::DjiMotorTxHandler::~DjiMotorTxHandler (C++ function)
- tap::motor::DoubleDjiMotor (C++ class)
- tap::motor::DoubleDjiMotor::DoubleDjiMotor (C++ function)
- tap::motor::DoubleDjiMotor::getEncoderUnwrapped (C++ function)
- tap::motor::DoubleDjiMotor::getEncoderWrapped (C++ function)
- tap::motor::DoubleDjiMotor::getOutputDesired (C++ function)
- tap::motor::DoubleDjiMotor::getPositionUnwrapped (C++ function)
- tap::motor::DoubleDjiMotor::getPositionWrapped (C++ function)
- tap::motor::DoubleDjiMotor::getShaftRPM (C++ function)
- tap::motor::DoubleDjiMotor::getTemperature (C++ function)
- tap::motor::DoubleDjiMotor::getTorque (C++ function)
- tap::motor::DoubleDjiMotor::initialize (C++ function)
- tap::motor::DoubleDjiMotor::isMotorOnline (C++ function)
- tap::motor::DoubleDjiMotor::motorOne (C++ member)
- tap::motor::DoubleDjiMotor::motorTwo (C++ member)
- tap::motor::DoubleDjiMotor::resetEncoderValue (C++ function)
- tap::motor::DoubleDjiMotor::setDesiredOutput (C++ function)
- tap::motor::M3508Constants (C++ class)
- tap::motor::M3508Constants::convertOutputToCurrent (C++ function)
- tap::motor::M3508Constants::getTorqueConstant (C++ function)
- tap::motor::MotorConstants (C++ class)
- tap::motor::MotorConstants::convertOutputToCurrent (C++ function)
- tap::motor::MotorConstants::getTorqueConstant (C++ function)
- tap::motor::MotorId (C++ enum)
- tap::motor::MotorId::MOTOR1 (C++ enumerator)
- tap::motor::MotorId::MOTOR2 (C++ enumerator)
- tap::motor::MotorId::MOTOR3 (C++ enumerator)
- tap::motor::MotorId::MOTOR4 (C++ enumerator)
- tap::motor::MotorId::MOTOR5 (C++ enumerator)
- tap::motor::MotorId::MOTOR6 (C++ enumerator)
- tap::motor::MotorId::MOTOR7 (C++ enumerator)
- tap::motor::MotorId::MOTOR8 (C++ enumerator)
- tap::motor::MotorInterface (C++ class)
- tap::motor::MotorInterface::getEncoderUnwrapped (C++ function)
- tap::motor::MotorInterface::getEncoderWrapped (C++ function)
- tap::motor::MotorInterface::getOutputDesired (C++ function)
- tap::motor::MotorInterface::getPositionUnwrapped (C++ function)
- tap::motor::MotorInterface::getPositionWrapped (C++ function)
- tap::motor::MotorInterface::getShaftRPM (C++ function)
- tap::motor::MotorInterface::getTemperature (C++ function)
- tap::motor::MotorInterface::getTorque (C++ function)
- tap::motor::MotorInterface::initialize (C++ function)
- tap::motor::MotorInterface::isMotorOnline (C++ function)
- tap::motor::MotorInterface::resetEncoderValue (C++ function)
- tap::motor::MotorInterface::setDesiredOutput (C++ function)
- tap::motor::Servo (C++ class)
- tap::motor::Servo::getMaxPWM (C++ function)
- tap::motor::Servo::getMinPWM (C++ function)
- tap::motor::Servo::getPWM (C++ function)
- tap::motor::Servo::isRampTargetMet (C++ function)
- tap::motor::Servo::Servo (C++ function)
- tap::motor::Servo::setTargetPwm (C++ function)
- tap::motor::Servo::updateSendPwmRamp (C++ function)
- tap::sensors::AnalogDistanceSensor (C++ class)
- tap::sensors::AnalogDistanceSensor::AnalogDistanceSensor (C++ function)
- tap::sensors::AnalogDistanceSensor::read (C++ function)
- tap::sensors::AnalogDistanceSensor::validReading (C++ function)
- tap::sensors::DistanceSensor (C++ class)
- tap::sensors::DistanceSensor::distance (C++ member)
- tap::sensors::DistanceSensor::DistanceSensor (C++ function)
- tap::sensors::DistanceSensor::getDistance (C++ function)
- tap::sensors::DistanceSensor::getMaxDistance (C++ function)
- tap::sensors::DistanceSensor::getMinDistance (C++ function)
- tap::sensors::DistanceSensor::init (C++ function)
- tap::sensors::DistanceSensor::maxDistance (C++ member)
- tap::sensors::DistanceSensor::minDistance (C++ member)
- tap::sensors::DistanceSensor::read (C++ function)
- tap::sensors::DistanceSensor::validReading (C++ function)
- tap::sensors::DistanceSensor::~DistanceSensor (C++ function)
- tap::sensors::SharpIrGP2Y0A41 (C++ class)
- tap::sensors::SharpIrGP2Y0A41::init (C++ function)
- tap::sensors::SharpIrGP2Y0A41::SharpIrGP2Y0A41 (C++ function)
- tap::storage::LittleFSInternal (C++ class)
- tap::storage::LittleFSInternal::getFS (C++ function)
- tap::storage::LittleFSInternal::getFSConfig (C++ function)
- tap::storage::LittleFSInternal::initialize (C++ function)
- tap::storage::LittleFSInternal::LittleFSInternal (C++ function)
|