OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
RTC::ConnectionCallback クラスabstract

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

#include <PortCallback.h>

公開メンバ関数

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

詳解

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

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

引数
profileConnectorProfile
から
1.0.0

構築子と解体子

◆ ~ConnectionCallback()

virtual RTC::ConnectionCallback::~ConnectionCallback ( )
virtualdefault

デストラクタ

デストラクタ

関数詳解

◆ operator()()

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

コールバック関数

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

引数
profileConnectorProfile

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