Contains status information about a CAN bus.
More...
#include <ctre/phoenix6/CANBus.hpp>
Contains status information about a CAN bus.
◆ ToString()
| std::string ctre::phoenix6::CANBusStatus::ToString |
( |
| ) |
const |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
CANBusStatus const & | status ) |
|
friend |
◆ ArbitrationLostCount
| uint32_t ctre::phoenix6::CANBusStatus::ArbitrationLostCount |
◆ BusErrorCount
| uint32_t ctre::phoenix6::CANBusStatus::BusErrorCount |
◆ BusOffCount
| uint32_t ctre::phoenix6::CANBusStatus::BusOffCount |
◆ BusUtilization
| wpi::units::unit_t<wpi::units::scalar, float> ctre::phoenix6::CANBusStatus::BusUtilization |
CAN bus utilization, from 0.0 to 1.0.
◆ REC
| uint16_t ctre::phoenix6::CANBusStatus::REC |
Receive Error Counter (REC).
◆ RestartCount
| uint32_t ctre::phoenix6::CANBusStatus::RestartCount |
◆ State
| CANState ctre::phoenix6::CANBusStatus::State |
◆ Status
Status code response of getting the data.
◆ TEC
| uint16_t ctre::phoenix6::CANBusStatus::TEC |
Transmit Error Counter (TEC).
◆ TxFullCount
| uint32_t ctre::phoenix6::CANBusStatus::TxFullCount |
Transmit buffer full count.
The documentation for this struct was generated from the following file: