corbatoolkit.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  Copyright (c) 2009 S Roderick <xxxkiwi DOT xxxnet AT macxxx DOT comxxx>
3  (remove the x's above)
4 
5 // Maintainer: Ruben Smits <ruben dot smits at mech dot kuleuven dot be>
6 // URL: http://www.orocos.org/kdl
7 
8 // This library is free software; you can redistribute it and/or
9 // modify it under the terms of the GNU Lesser General Public
10 // License as published by the Free Software Foundation; either
11 // version 2.1 of the License, or (at your option) any later version.
12 
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // Lesser General Public License for more details.
17 
18 // You should have received a copy of the GNU Lesser General Public
19 // License along with this library; if not, write to the Free Software
20 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21  ***************************************************************************/
22 
23 #ifndef ORO_EIGEN_CORBATOOLKIT_HPP
24 #define ORO_EIGEN_CORBATOOLKIT_HPP 1
25 
26 #include <rtt/types/TransportPlugin.hpp>
27 
28 namespace Eigen
29 {
30  namespace corba
31  {
33  {
34  bool registerTransport(std::string name, RTT::types::TypeInfo* ti);
35 
36  std::string getTransportName() const;
37 
38  std::string getName() const;
39 
40  std::string getTypekitName() const;
41  };
42 
43  }
44 
45 }
46 
47 #endif
48 
std::string getTransportName() const
std::string getTypekitName() const
bool registerTransport(std::string name, RTT::types::TypeInfo *ti)
std::string getName() const


eigen_typekit
Author(s): Ruben Smits
autogenerated on Wed Jul 3 2019 19:39:42