|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.robots.capabilities.impl.VideoFeedImpl
public class VideoFeedImpl
Constructor Summary | |
---|---|
VideoFeedImpl(KAoSRobot robot)
|
Method Summary | |
---|---|
void |
DeRegisterVideoFeedInterface(java.util.HashMap properties)
DeRegisterVideoFeed |
static void |
main(java.lang.String[] args)
|
void |
RegisterVideoFeedInterface(java.util.HashMap properties)
RegisterVideoFeed |
void |
StartFeed()
|
void |
StartFeed(java.util.HashMap properties)
StartFeed |
void |
StopFeed()
|
void |
StopFeed(java.util.HashMap props)
StopFeed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VideoFeedImpl(KAoSRobot robot)
Method Detail |
---|
public void StartFeed(java.util.HashMap properties) throws AbortActionException
VideoFeed
StartFeed
in interface VideoFeed
AbortActionException
- with possible reasons:
flexfeed failed to startfeedpublic void StartFeed() throws AbortActionException
AbortActionException
public void StopFeed(java.util.HashMap props) throws AbortActionException
VideoFeed
StopFeed
in interface VideoFeed
AbortActionException
- with possible reasons:
flexfeed failed to startfeedpublic void StopFeed() throws AbortActionException
AbortActionException
public void RegisterVideoFeedInterface(java.util.HashMap properties)
VideoFeedRegistry
RegisterVideoFeedInterface
in interface VideoFeedRegistry
public void DeRegisterVideoFeedInterface(java.util.HashMap properties)
VideoFeedRegistry
DeRegisterVideoFeedInterface
in interface VideoFeedRegistry
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |