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::FeatureMap2d Interface Reference
[FeatureMap2dFeatureMap2d]

An interface to a map of features. More...

Inherited by orcaifaceimpl::FeatureMap2dI [virtual].

List of all members.

Public Member Functions

idempotent FeatureMap2dData getData ()
 Returns the latest data.
void subscribe (FeatureMap2dConsumer *subscriber) throws SubscriptionFailedException
idempotent void unsubscribe (FeatureMap2dConsumer *subscriber)


Detailed Description

An interface to a map of features.


Member Function Documentation

void orca::FeatureMap2d::subscribe FeatureMap2dConsumer subscriber  )  throws 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

idempotent void orca::FeatureMap2d::unsubscribe FeatureMap2dConsumer subscriber  ) 
 

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

See also:
subscribe


The documentation for this interface was generated from the following file:
  • featuremap2d.ice
 

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


Generated for Orca Robotics by  doxygen 1.4.5