|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <ref_serial_data.hpp>
Public Attributes | |
| uint8_t | launchCountdown |
| Seconds until the dart launcher can fire again. | |
| SiteDartHit | lastHit |
| The last target hit by the dart. | |
| uint8_t | hits |
| The number of successful hits by the dart launcher. | |
| DartTarget | selectedTarget |
| The currently selected target. | |
Information about the dart launcher
| uint8_t tap::communication::serial::RefSerialData::Rx::DartInfo::hits |
The number of successful hits by the dart launcher.
| SiteDartHit tap::communication::serial::RefSerialData::Rx::DartInfo::lastHit |
The last target hit by the dart.
| uint8_t tap::communication::serial::RefSerialData::Rx::DartInfo::launchCountdown |
Seconds until the dart launcher can fire again.
| DartTarget tap::communication::serial::RefSerialData::Rx::DartInfo::selectedTarget |
The currently selected target.