|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--CommWheel
The class CommWheel contains the structure of a CommWheel object, these objects have been send.
| Field Summary | |
int |
iPwmLeft
the left pwm |
int |
iPwmRight
the right pwm |
long |
lMicroSeconds
the micro seconds |
long |
lNumber
the number |
long |
lSeconds
the seconds |
| Constructor Summary | |
CommWheel()
This Constructor constructs an empty CommWheel object |
|
CommWheel(int iPwmLeft,
int iPwmRight,
long lNumber,
long lSeconds,
long lMicroSeconds)
This Constructor constructs a CommWheel object |
|
| Method Summary | |
java.lang.Object |
clone()
implements the cloneable interface |
java.lang.String |
toString()
This method return a String which contains information about the CommWheel object |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int iPwmLeft
public int iPwmRight
public long lNumber
public long lSeconds
public long lMicroSeconds
| Constructor Detail |
public CommWheel()
public CommWheel(int iPwmLeft,
int iPwmRight,
long lNumber,
long lSeconds,
long lMicroSeconds)
iPwmLeft - left pwmiPwmRight - right pwmlNumber - numberlSeconds - secondslMicroSeconds - micro seconds| Method Detail |
public final java.lang.Object clone()
clone in class java.lang.Objectpublic final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||