INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orcaprobe::Factory Class Reference

#include <factory.h>

Inherited by orcaprobefactory::OrcaProbeFactory.

List of all members.

Public Member Functions

std::vector< std::string > supportedTypes () const
bool isSupported (const std::string &interfaceType) const
virtual InterfaceProbe * create (const std::string &id, const orca::FQInterfaceName &name, const Ice::ObjectPrx &adminPrx, AbstractDisplay &display, const orcaice::Context &context)=0

Protected Member Functions

void addSupportedType (const std::string &interfaceType)
 Adds type to the list of supported interfaces.

Detailed Description

Factory of interface probes

Intended for use as a base-class by logfactory and replayfactory


Member Function Documentation

virtual InterfaceProbe* orcaprobe::Factory::create ( const std::string &  id,
const orca::FQInterfaceName &  name,
const Ice::ObjectPrx &  adminPrx,
AbstractDisplay &  display,
const orcaice::Context context 
) [pure virtual]

Creates a probe of specified type. Returns a pointer to it if successful or a NULL pointer if it fails.

bool Factory::isSupported ( const std::string &  interfaceType  )  const

Returns TRUE if the specified interface type is supported by this factory. Use addSupportedType to define a list of supported types during initialization.

std::vector< std::string > Factory::supportedTypes (  )  const

Returns a vector of all supported interface types. Use addSupportedType to define a list of supported types during initialization.


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

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


Generated for Orca Robotics by  doxygen 1.4.5