OpenRTM
1.0.0
|
connect/notify_connect() 時のコールバック抽象クラス [詳細]
#include <PortCallback.h>
Public メソッド | |
virtual | ~ConnectionCallback (void) |
virtual void | operator() (RTC::ConnectorProfile &profile)=0 |
コールバック関数 |
connect/notify_connect() 時のコールバック抽象クラス
Portに対してconnect/notify_connect() 等が呼び出される時に呼び出される コールバックファンクタ。引数に RTC::ConnectorProfile を取る。
profile | ConnectorProfile |
|
inlinevirtual |
デストラクタ
|
pure virtual |
コールバック関数
connect/notify_connect() 等が呼び出される時に呼び出される コールバック関数
profile | ConnectorProfile |