jp.go.aist.rtm.RTC.port
Interface ConnectionCallback


public interface ConnectionCallback

callback functor base classes

ConnectCallback

Callback interface for connect/notify_connect() funcs

This is the interface for callback functor for connect/notify_connect() invocation in Port. Argument is RTC::ConnectorProfile that is given these functions.


Method Summary
 void run(ConnectorProfileHolder profile)
           run
 

Method Detail

run

void run(ConnectorProfileHolder profile)

run

Method of callback.

Parameters:
profile -