|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectohmm.OHMM.AXState
public class OHMM.AXState
state data structure for OHMM.axState(ohmm.OHMM.AXState)
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
OHMM.AXState()
|
|
| Method Summary | |
|---|---|
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() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int numRetries
public int numTimeouts
public int numOverflows
| Constructor Detail |
|---|
public OHMM.AXState()
| Method Detail |
|---|
public void recv()
public java.lang.String toString()
toString in class java.lang.Objectjava.lang.StringBuilder toString(java.lang.StringBuilder sb)
toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||