Public Member Functions | |
__init__ (name, outport) | |
Constructor. | |
__del__ () | |
Destructor. | |
publishInterfaces (connector_profile) | |
Publish interface information. | |
subscribeInterfaces (connector_profile) | |
Publish interface information. | |
unsubscribeInterfaces (connector_profile) | |
Disconnect interface connection. | |
__init__ (prop) | |
__call__ (provider) | |
__init__ (prop) | |
__call__ (consumer) | |
__init__ (prof=None, subs=None) | |
__call__ (cons) |
|
|
|
|
|
|
|
Destructor.
|
|
|
|
|
|
|
|
Constructor.
|
|
Publish interface information. This operation is method that would be called at the beginning of the notify_connect() process sequence. In the notify_connect(), the following methods would be called in order.
This operation should create the new connection for the new connector_id, and should update the connection for the existing connection_id.
|
|
Publish interface information. This operation is method that would be called at the mid-flow of the notify_connect() process sequence. In the notify_connect(), the following methods would be called in order.
|
|
Disconnect interface connection. This operation is pure virutal method that would be called at the end of the notify_disconnect() process sequence. In the notify_disconnect(), the following methods would be called.
|