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 |
| virtual RTC::ConnectionCallback::~ConnectionCallback | ( | void | ) | [inline, virtual] |
デストラクタ
| virtual void RTC::ConnectionCallback::operator() | ( | RTC::ConnectorProfile & | profile | ) | [pure virtual] |
コールバック関数
connect/notify_connect() 等が呼び出される時に呼び出される コールバック関数
| profile | ConnectorProfile |
1.6.3