public class OHMM.AXState
extends java.lang.Object
OHMM.axState(ohmm.OHMM.AXState)
Modifier and Type | Field and Description |
---|---|
int |
numOverflows
number of AX bus receiver overflows
|
int |
numRetries
number of AX bus transaction retries
|
int |
numTimeouts
number of AX bus transaction timeouts
|
Constructor and Description |
---|
OHMM.AXState() |
Modifier and Type | Method and Description |
---|---|
void |
recv()
receive all fields
|
java.lang.String |
toString()
make a human readable message string summarizing the state
|
(package private) java.lang.StringBuilder |
toString(java.lang.StringBuilder sb)
helper for
toString() |
public int numRetries
public int numTimeouts
public int numOverflows
public void recv()
public java.lang.String toString()
toString
in class java.lang.Object
java.lang.StringBuilder toString(java.lang.StringBuilder sb)
toString()