#include <InPortPullConnector.h>
Public Member Functions | |
DATAPORTSTATUS_ENUM | InPortPullConnector (Profile profile, OutPortConsumer *consumer, CdrBufferBase *buffer=0) |
Constructor. | |
virtual | ~InPortPullConnector () |
Destructor. | |
virtual ReturnCode | read (cdrMemoryStream &data) |
Destructor. | |
virtual ReturnCode | disconnect () |
Disconnect connection. | |
virtual void | activate () |
virtual void | deactivate () |
Protected Member Functions | |
CdrBufferBase * | createBuffer (Profile &profile) |
A connector class for pull type dataflow of InPort
DATAPORTSTATUS_ENUM RTC::InPortPullConnector::InPortPullConnector | ( | Profile | profile, | |
OutPortConsumer * | consumer, | |||
CdrBufferBase * | buffer = 0 | |||
) |
Constructor.
virtual RTC::InPortPullConnector::~InPortPullConnector | ( | ) | [virtual] |
Destructor.
virtual ReturnCode RTC::InPortPullConnector::read | ( | cdrMemoryStream & | data | ) | [virtual] |
virtual ReturnCode RTC::InPortPullConnector::disconnect | ( | ) | [virtual] |
virtual void RTC::InPortPullConnector::activate | ( | ) | [inline, virtual] |
Implements RTC::ConnectorBase.
virtual void RTC::InPortPullConnector::deactivate | ( | ) | [inline, virtual] |
Implements RTC::ConnectorBase.
CdrBufferBase* RTC::InPortPullConnector::createBuffer | ( | Profile & | profile | ) | [protected] |