public class CANStatus extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
busOffCount
The CAN Bus off count.
|
double |
percentBusUtilization
The utilization of the CAN Bus.
|
int |
receiveErrorCount
The CAN Bus receive error count.
|
int |
transmitErrorCount
The CAN Bus transmit error count.
|
int |
txFullCount
The CAN Bus TX full count.
|
Constructor and Description |
---|
CANStatus() |
Modifier and Type | Method and Description |
---|---|
void |
setStatus(double percentBusUtilization,
int busOffCount,
int txFullCount,
int receiveErrorCount,
int transmitErrorCount) |
public double percentBusUtilization
public int busOffCount
public int txFullCount
public int receiveErrorCount
public int transmitErrorCount
public CANStatus()
public void setStatus(double percentBusUtilization, int busOffCount, int txFullCount, int receiveErrorCount, int transmitErrorCount)