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

 

         

orcaifaceimpl::PrintingConsumerImpl< ProviderPrxType, ConsumerType, ConsumerPrxType, ObjectType > Class Template Reference

A convenience class for consumers with setData() operation. More...

#include <printingconsumerImpl.h>

Inherits orcaifaceimpl::ConsumerImpl< ProviderPrxType, ConsumerType, ConsumerPrxType, ObjectType >< ProviderPrxType, ConsumerType, ConsumerPrxType, ObjectType >.

Inheritance diagram for orcaifaceimpl::PrintingConsumerImpl< ProviderPrxType, ConsumerType, ConsumerPrxType, ObjectType >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 PrintingConsumerImpl (const orcaice::Context &context)
 Constructor.
virtual void handleData (const ObjectType &data)
 This callback simply prints it out to standard output.

Detailed Description

template<class ProviderPrxType, class ConsumerType, class ConsumerPrxType, class ObjectType>
class orcaifaceimpl::PrintingConsumerImpl< ProviderPrxType, ConsumerType, ConsumerPrxType, ObjectType >

A convenience class for consumers with setData() operation.

When the data arrives it does one thing: puts out data as text through as an info message of Tracer.

Relies on the fact that the Consumer objects has only one operation to implement and it's called setData() and toString() function is implemented for the data type.


The documentation for this class was generated from the following file:
 

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


Generated for Orca Robotics by  doxygen 1.4.5