|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectroomba.roombanetwork.services.image.ImageService
public class ImageService
Provides an image service to the Roomba Network. This will grab images from a specified camera and send them periodically over the network
| Constructor Summary | |
|---|---|
ImageService(java.lang.String serviceName,
java.lang.String rnsHost,
int rnsPort,
Camera camera)
Constructor - creates the RNC and will connect to the specified camera |
|
| Method Summary | |
|---|---|
RoombaNetworkClient |
getRNC()
Gets the Roomba Network Client |
void |
messageReceived(java.lang.String messageType,
java.lang.String[] messageComponents)
Processes a message received. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageService(java.lang.String serviceName,
java.lang.String rnsHost,
int rnsPort,
Camera camera)
serviceName - Name of the ImageServicernsHost - The hostname (or IP address) of the RNSrnsPort - The port of the RNS (default is 7777)camera - The camera to use| Method Detail |
|---|
public RoombaNetworkClient getRNC()
public void messageReceived(java.lang.String messageType,
java.lang.String[] messageComponents)
messageReceived in interface ClientListenermessageType - The message typemessageComponents - The components of the received message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||