#include <InPortPushConnector.h>
Public メソッド | |
DATAPORTSTATUS_ENUM | InPortPushConnector (Profile profile, InPortProvider *provider, CdrBufferBase *buffer=0) |
コンストラクタ | |
virtual | ~InPortPushConnector () |
デストラクタ | |
virtual ReturnCode | read (cdrMemoryStream &data) |
データの書き込み | |
virtual ReturnCode | disconnect () |
接続解除 | |
virtual void | activate () |
virtual void | deactivate () |
Protected メソッド | |
virtual CdrBufferBase * | createBuffer (Profile &profile) |
Bufferの生成 |
DATAPORTSTATUS_ENUM RTC::InPortPushConnector::InPortPushConnector | ( | Profile | profile, | |
InPortProvider * | provider, | |||
CdrBufferBase * | buffer = 0 | |||
) |
コンストラクタ
InPortPushConnector は InPortConsumer の所有権を持つ。 したがって、InPortPushConnector 削除時には、InPortConsumerも同時に 解体・削除される。
profile | ConnectorProfile | |
consumer | InPortConsumer |
virtual RTC::InPortPushConnector::~InPortPushConnector | ( | ) | [virtual] |
デストラクタ
disconnect() が呼ばれ、consumer, publisher, buffer が解体・削除される。
virtual ReturnCode RTC::InPortPushConnector::read | ( | cdrMemoryStream & | data | ) | [virtual] |
virtual ReturnCode RTC::InPortPushConnector::disconnect | ( | ) | [virtual] |
virtual void RTC::InPortPushConnector::activate | ( | ) | [inline, virtual] |
RTC::ConnectorBaseを実装しています。
virtual void RTC::InPortPushConnector::deactivate | ( | ) | [inline, virtual] |
RTC::ConnectorBaseを実装しています。
virtual CdrBufferBase* RTC::InPortPushConnector::createBuffer | ( | Profile & | profile | ) | [protected, virtual] |
Bufferの生成