Main Page
Namespaces
Classes
Files
File List
File Members
src
lib
rtm
DataFlowComponentBase.cpp
Go to the documentation of this file.
1
// -*- C++ -*-
19
#include <
rtm/RTC.h
>
20
#include <
rtm/DataFlowComponentBase.h
>
21
#include <
rtm/Manager.h
>
22
#include <iostream>
23
24
namespace
RTC
25
{
33
DataFlowComponentBase::DataFlowComponentBase
(
Manager
*
manager
)
34
:
RTObject_impl
(manager)
35
{
36
// m_ref = OpenRTM::DataFlowComponent::_duplicate(this->_this());
37
// m_objref = RTC::RTObject::_duplicate(m_ref);
38
}
39
40
48
DataFlowComponentBase::~DataFlowComponentBase
()
49
{
50
}
51
52
60
void
DataFlowComponentBase::init
()
61
{
62
}
63
64
65
};
// namespace RTC
RTC::DataFlowComponentBase::~DataFlowComponentBase
virtual ~DataFlowComponentBase(void)
Destructor.
Definition:
DataFlowComponentBase.cpp:48
RTC
RT-Component.
Definition:
ArtExecutionContext.cpp:29
DataFlowComponentBase.h
RTC::DataFlowComponentBase::init
void init()
Initialization.
Definition:
DataFlowComponentBase.cpp:60
RTC::RTObject_impl
RT-Component class.
Definition:
RTObject.h:89
RTC::Manager
Manager class.
Definition:
Manager.h:80
AddRemoveMemberSDOPackageTest.manager
manager
Definition:
AddRemoveMemberSDOPackageTest.py:28
Manager.h
RTComponent manager class.
RTC::DataFlowComponentBase::DataFlowComponentBase
DataFlowComponentBase(Manager *manager)
Constructor.
Definition:
DataFlowComponentBase.cpp:33
RTC.h
RTComponent header.
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:07:51