Skip to content

DeviceBase: notification callback wrappers should be in individual devices #856

@marktsuchida

Description

@marktsuchida

In DeviceBase.h, all the protected member functions like OnStagePositionChanged() are in CDeviceBase.

Instead, OnStagePositionChanged() should be in CStageBase, OnExposureChanged() should be in CCameraBase, etc.

Only the generic ones (OnPropertyChanged(), OnPropertiesChanged()) should be in CDeviceBase.

Not yet sure if any device adapters would break.

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