sk.robotics.rlcs.agents.image
Class ImageStreamAgent.Cfg

java.lang.Object
  extended by sk.robotics.rlcs.agentspace.Agent.Cfg
      extended by sk.robotics.rlcs.agents.image.ImageStreamAgent.Cfg
Enclosing class:
ImageStreamAgent

public static class ImageStreamAgent.Cfg
extends Agent.Cfg


Nested Class Summary
 
Nested classes/interfaces inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
Agent.Cfg.Limited, Agent.Cfg.NoDefault, Agent.Cfg.Required, Agent.Cfg.Validator
 
Field Summary
 java.lang.String blockImage
          Name of block with the image to generate stream from.
 java.nio.channels.SocketChannel channel
          The channel to stream the video through.
 java.lang.String imageFormat
          Format of image.
 java.lang.String imagePrefix
          Prefix to send before each image.
 java.lang.String imageSuffix
          Suffix to send after each image.
 
Fields inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
enabled, id, logLevel, timerPeriodMs, triggers
 
Constructor Summary
ImageStreamAgent.Cfg()
           
 
Method Summary
 
Methods inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
createAgent, equals, getHiddenFields, hideFields, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

public java.nio.channels.SocketChannel channel
The channel to stream the video through.


imagePrefix

public java.lang.String imagePrefix
Prefix to send before each image. See ImageServerAgent.Cfg for details.


imageSuffix

public java.lang.String imageSuffix
Suffix to send after each image.


imageFormat

public java.lang.String imageFormat
Format of image.


blockImage

public java.lang.String blockImage
Name of block with the image to generate stream from.

Block access:
read
Stored type:
java.awt.image.RenderedImage
Constructor Detail

ImageStreamAgent.Cfg

public ImageStreamAgent.Cfg()