|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.usar2004.agent.module.response.SuperResponse
cz.cuni.amis.pogamut.usar2004.agent.module.response.ResponseCamera
public class ResponseCamera
After a SET {Type ResponseCamera} command, follwing response message will be issued
| Field Summary | |
|---|---|
static ResponseType |
type
|
| Fields inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.response.SuperResponse |
|---|
lastMessage |
| Constructor Summary | |
|---|---|
ResponseCamera()
Ctor. |
|
| Method Summary | |
|---|---|
String |
getFOVAt(int index)
Each value is the current field of view of the camera being described, in radians. |
String |
getNameAt(int index)
Name of the camera that will be described by the next two parameters: FOV and Status. |
int |
getSize()
Returns size of names list - size of FOVs and Statuses should be the same. |
String |
getStatusAt(int index)
Status of the viewport configuration after the SET command has been issued. |
| Methods inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.response.SuperResponse |
|---|
getResponseType, getTime, getType, isReady, updateMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ResponseType type
| Constructor Detail |
|---|
public ResponseCamera()
| Method Detail |
|---|
public String getNameAt(int index)
index -
public String getFOVAt(int index)
index -
public String getStatusAt(int index)
index -
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||