Ocean
|
This class implements the base class for all subscription handlers. More...
Public Types | |
using | ScopedSubscriptionType = ScopedSubscriptionT< unsigned int, ScopedSubscriptionHandler > |
Definition of a scoped subscription object. More... | |
Protected Member Functions | |
ScopedSubscriptionType | scopedSubscription (const unsigned int &subscriptionId, ScopedSubscriptionType::ReleaseCallbackFunction releaseCallbackFunction) |
Returns the subscription object for a given subscription id. More... | |
This class implements the base class for all subscription handlers.
using Ocean::ScopedSubscriptionHandler::ScopedSubscriptionType = ScopedSubscriptionT<unsigned int, ScopedSubscriptionHandler> |
Definition of a scoped subscription object.
|
inlineprotected |
Returns the subscription object for a given subscription id.
subscriptionId | The subscription id of the resulting subscription object |
releaseCallbackFunction | The release function of the subscription, must be valid |