WPILibC++ 2024.3.2
frc::CANStatus Struct Reference

#include <frc/RobotController.h>

Public Attributes

float percentBusUtilization
 
int busOffCount
 
int txFullCount
 
int receiveErrorCount
 
int transmitErrorCount
 

Member Data Documentation

◆ busOffCount

int frc::CANStatus::busOffCount

◆ percentBusUtilization

float frc::CANStatus::percentBusUtilization

◆ receiveErrorCount

int frc::CANStatus::receiveErrorCount

◆ transmitErrorCount

int frc::CANStatus::transmitErrorCount

◆ txFullCount

int frc::CANStatus::txFullCount

The documentation for this struct was generated from the following file: