orca-robotics


INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

REPOSITORY
Interfaces
Components
Libraries
Utilities
Software Map

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard
Wiki
login/pass: orca/orca

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orca::Image Class Reference
[Image]

Interface to the image provider. More...

Inherited by orcaifaceimpl::ImageI.

List of all members.

Public Member Functions

ImageData getData () throw ( HardwareFailedException)
 Returns the latest data.
ImageDescription getDescription ())
 Returns the image source description.
void subscribe (ImageConsumer *subscriber) throw ( SubscriptionFailedException)
void unsubscribe (ImageConsumer *subscriber))


Detailed Description

Interface to the image provider.

Member Function Documentation

void orca::Image::subscribe ( ImageConsumer subscriber  )  throw ( SubscriptionFailedException)

Mimics IceStorm's subscribe(). subscriber is typically a direct proxy to the consumer object. The implementation may choose to implement the push directly or use IceStorm. This choice is transparent to the subscriber. The case when the subscriber is already subscribed is quietly ignored.

See also:
unsubscribe

void orca::Image::unsubscribe ( ImageConsumer subscriber  ) 

Unsubscribe an existing subscriber. The case when the subscriber is not subscribed is quietly ignored.

See also:
subscribe


The documentation for this class was generated from the following file:
  • image.ice
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5