Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Improve AttributeProxy documentation for subscribe_event methods #313

@bourtemb

Description

@bourtemb

The documentation of AttributeProxy subscribe_event methods should be improved in order to precise that the AttributeProxy object and the callback object passed when these methods are invoked should be alive until the events are no longer requested (until unsubscribe_event() is called) because only the pointer to these objects is stored and used by the event machinery.
This is already documented in DeviceProxy::subscribe_event() method but not yet in AttributeProxy::subscribe_event() methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions