|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.ac.sbg.cosy.soccerbot.controller.Byte_port
public class Byte_port
A port for transfering a byte message.
Constructor Summary | |
---|---|
Byte_port()
|
Method Summary | |
---|---|
void |
copyValueFrom(giotto.functionality.interfaces.PortVariable source)
Copies its internal state from a source port variable |
byte |
getByteValue()
Returns its internal state |
void |
setByteValue(byte value)
Sets its internal state |
java.lang.String |
toString()
Prints its state (byte value interpreted as rcxdrive.CommandEvent) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Byte_port()
Method Detail |
---|
public void copyValueFrom(giotto.functionality.interfaces.PortVariable source)
copyValueFrom
in interface giotto.functionality.interfaces.PortVariable
public byte getByteValue()
public void setByteValue(byte value)
value
- byte valuepublic 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 |