kdlTypekitTwist.cpp
Go to the documentation of this file.
00001 #include "kdlTypekit.hpp"
00002 
00003 template class RTT::internal::DataSource< ::KDL::Twist >;
00004 template class RTT::internal::AssignableDataSource< ::KDL::Twist >;
00005 template class RTT::internal::ValueDataSource< ::KDL::Twist >;
00006 template class RTT::internal::ConstantDataSource< ::KDL::Twist >;
00007 template class RTT::internal::ReferenceDataSource< ::KDL::Twist >;
00008 template class RTT::base::ChannelElement< ::KDL::Twist >;
00009 template class RTT::OutputPort< ::KDL::Twist >;
00010 template class RTT::InputPort< ::KDL::Twist >;
00011 template class RTT::Property< ::KDL::Twist >;
00012 template class RTT::Attribute< ::KDL::Twist >;
00013 template class RTT::internal::DataSource< std::vector<KDL::Twist> >;
00014 template class RTT::internal::AssignableDataSource< std::vector<KDL::Twist> >;
00015 template class RTT::internal::ValueDataSource< std::vector<KDL::Twist> >;
00016 template class RTT::internal::ConstantDataSource< std::vector<KDL::Twist> >;
00017 template class RTT::internal::ReferenceDataSource< std::vector<KDL::Twist> >;
00018 template class RTT::base::ChannelElement< std::vector<KDL::Twist> >;
00019 template class RTT::OutputPort< std::vector<KDL::Twist> >;
00020 template class RTT::InputPort< std::vector<KDL::Twist> >;
00021 template class RTT::Property< std::vector<KDL::Twist> >;
00022 template class RTT::Attribute< std::vector<KDL::Twist> >;
00023 
00024 namespace KDL{
00025   using namespace std;
00026   using namespace RTT;
00027 
00028   void loadTwistTypes(){
00029     RTT::types::Types()->addType( new KDLVectorTypeInfo<Twist,6>("KDL.Twist") );
00030     RTT::types::Types()->addType( new SequenceTypeInfo<std::vector< Twist > >("KDL.Twist[]") );
00031     RTT::types::Types()->addType( new CArrayTypeInfo<RTT::types::carray< Twist > >("KDL.cTwist[]") );
00032   }
00033 }  


kdl_typekit
Author(s): Steven Bellens, Ruben Smits
autogenerated on Fri May 17 2019 02:37:38