OpenRTM-aist  1.2.1
公開メンバ関数 | 全メンバ一覧
RTC::ConnectionCallback クラスabstract

connect/notify_connect() 時のコールバック抽象クラス [詳解]

#include <PortCallback.h>

公開メンバ関数

virtual ~ConnectionCallback (void)
 デストラクタ [詳解]
 
virtual void operator() (RTC::ConnectorProfile &profile)=0
 コールバック関数 [詳解]
 

詳解

connect/notify_connect() 時のコールバック抽象クラス

Portに対してconnect/notify_connect() 等が呼び出される時に呼び出される コールバックファンクタ。引数に RTC::ConnectorProfile を取る。

引数
profileConnectorProfile
から
1.0.0

構築子と解体子

virtual RTC::ConnectionCallback::~ConnectionCallback ( void  )
inlinevirtual

デストラクタ

デストラクタ

参照先 operator()().

関数詳解

virtual void RTC::ConnectionCallback::operator() ( RTC::ConnectorProfile &  profile)
pure virtual

コールバック関数

connect/notify_connect() 等が呼び出される時に呼び出される コールバック関数

引数
profileConnectorProfile

参照元 ~ConnectionCallback(), RTC::DisconnectCallback::~DisconnectCallback(), RTC::OnRead< DataType >::~OnRead(), RTC::OnReadConvert< DataType >::~OnReadConvert(), RTC::OnWrite< DataType >::~OnWrite(), RTC::OnWriteConvert< DataType >::~OnWriteConvert().


このクラス詳解は次のファイルから抽出されました: