Classes | Functions
slots.hpp File Reference

Description: More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Extension< PluginT, Base >
class  Extension< NullT, NullT >
class  Extension< PluginT, NullT >
class  NullT
class  Slots< P1, P2, P3, P4, P5 >
class  Slots< P1, NullT, NullT, NullT, NullT >

Functions

template<typename Policy , typename Args , typename Slots >
void runPolicy (Slots &slots, const Args &args)
template<typename Policy , typename Args , typename Slots >
void runSlots (Slots &slots, const Policy &policy, const Args &args)
template<typename T1 >
Slots< T1 > tiePlugins (const T1 &a1)
template<typename T1 , typename T2 >
Slots< T1, T2 > tiePlugins (const T1 &a1, const T2 &a2)
template<typename T1 , typename T2 , typename T3 >
Slots< T1, T2, T3 > tiePlugins (const T1 &a1, const T2 &a2, const T3 &a3)
template<typename T1 , typename T2 , typename T3 , typename T4 >
Slots< T1, T2, T3, T4 > tiePlugins (const T1 &a1, const T2 &a2, const T3 &a3, const T4 &a4)
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
Slots< T1, T2, T3, T4, T5 > tiePlugins (const T1 &a1, const T2 &a2, const T3 &a3, const T4 &a4, const T5 &a5)

Detailed Description

Description:

Note:
Copyright (c) 2012
Fraunhofer Institute for Manufacturing Engineering and Automation (IPA)

Project name: care-o-bot
ROS stack name: cob_environment_perception_intern
ROS package name: cob_3d_meshing
Author:
Author: Steffen Fuchs, email:georg.arbeiter@ipa.fhg.de
Supervised by: Georg Arbeiter, email:georg.arbeiter@ipa.fhg.de
Date:
Date of creation: 09/2013

ToDo:

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.

You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.

Definition in file slots.hpp.


Function Documentation

template<typename Policy , typename Args , typename Slots >
void runPolicy ( Slots slots,
const Args &  args 
) [inline]

Definition at line 204 of file slots.hpp.

template<typename Policy , typename Args , typename Slots >
void runSlots ( Slots slots,
const Policy &  policy,
const Args &  args 
) [inline]

Definition at line 211 of file slots.hpp.

template<typename T1 >
Slots<T1> tiePlugins ( const T1 &  a1) [inline]

Definition at line 218 of file slots.hpp.

template<typename T1 , typename T2 >
Slots<T1,T2> tiePlugins ( const T1 &  a1,
const T2 &  a2 
) [inline]

Definition at line 224 of file slots.hpp.

template<typename T1 , typename T2 , typename T3 >
Slots<T1,T2,T3> tiePlugins ( const T1 &  a1,
const T2 &  a2,
const T3 &  a3 
) [inline]

Definition at line 230 of file slots.hpp.

template<typename T1 , typename T2 , typename T3 , typename T4 >
Slots<T1,T2,T3,T4> tiePlugins ( const T1 &  a1,
const T2 &  a2,
const T3 &  a3,
const T4 &  a4 
) [inline]

Definition at line 236 of file slots.hpp.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
Slots<T1,T2,T3,T4,T5> tiePlugins ( const T1 &  a1,
const T2 &  a2,
const T3 &  a3,
const T4 &  a4,
const T5 &  a5 
) [inline]

Definition at line 243 of file slots.hpp.



cob_3d_meshing
Author(s): Georg Arbeiter
autogenerated on Wed Aug 26 2015 11:04:03