DataFlowComponentBase.cpp
Go to the documentation of this file.
00001 // -*- C++ -*-
00019 #include <rtm/RTC.h>
00020 #include <rtm/DataFlowComponentBase.h>
00021 #include <rtm/Manager.h>
00022 #include <iostream>
00023 
00024 namespace RTC
00025 {
00033   DataFlowComponentBase::DataFlowComponentBase(Manager* manager)
00034     : RTObject_impl(manager)
00035   {
00036     //    m_ref = OpenRTM::DataFlowComponent::_duplicate(this->_this());
00037     //    m_objref = RTC::RTObject::_duplicate(m_ref);
00038   }
00039 
00040 
00048   DataFlowComponentBase::~DataFlowComponentBase()
00049   {
00050   }
00051 
00052 
00060   void DataFlowComponentBase::init()
00061   {
00062   }
00063 
00064 
00065 }; // namespace RTC


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:03