virtual object support #69
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#69
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Will it be possible to use objects with and without dynamic dispatch to improve performance?
For example you could have a virtual DDS object with e.g. a
set
method, which could be implemented by AD9910 or AD9912.If you use that virtual DDS object method, then it does dynamic dispatch for calls to
set
.But if you have something built for e.g. AD9910, then it calls the AD9910 methods directly.