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

 

         

orcalog::Factory Class Reference

#include <factory.h>

Inherited by orcalog::AutoLoggerFactory, orcalog::ReplayerFactory, and orcalog::SnapshotLoggerFactory.

Inheritance diagram for orcalog::Factory:

Inheritance graph
[legend]
List of all members.

Public Member Functions

std::vector< std::string > supportedTypes () const
bool isSupported (const std::string &interfaceType) const

Protected Member Functions

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

Detailed Description

Factory of slave loggers/logplayers.

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


Member Function Documentation

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