|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.robots.playerJavaClient.PlayerDevice kaos.robots.playerJavaClient.PtzPlayerDevice
public class PtzPlayerDevice
Field Summary | |
---|---|
protected short |
pan
|
protected short |
panspeed
|
protected short |
tilt
|
protected short |
tiltspeed
|
protected short |
zoom
|
Constructor Summary | |
---|---|
PtzPlayerDevice(PlayerClient pc,
short indexOfDevice)
|
Method Summary | |
---|---|
short |
getPan()
|
short |
getPanSpeed()
|
short |
getTilt()
|
short |
getTiltSpeed()
|
short |
getZoom()
|
void |
readData()
|
void |
setPTZ(short pan,
short tilt,
short zoom,
short panspeed,
short tiltspeed)
|
Methods inherited from class kaos.robots.playerJavaClient.PlayerDevice |
---|
getTimeForDataSampled_sec, getTimeForDataSampled_usec, getTimeForDataSampled, getTimeForDataSent_sec, getTimeForDataSent_usec, getTimeForDataSent, handleEARMessage, handleNARMessage, handleResponce, readHeader, readRequestedData, readyToRead, sendHeader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short pan
protected short tilt
protected short zoom
protected short panspeed
protected short tiltspeed
Constructor Detail |
---|
public PtzPlayerDevice(PlayerClient pc, short indexOfDevice)
Method Detail |
---|
public void readData()
readData
in class PlayerDevice
public void setPTZ(short pan, short tilt, short zoom, short panspeed, short tiltspeed)
public short getPan()
public short getTilt()
public short getZoom()
public short getTiltSpeed()
public short getPanSpeed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |