-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
What
Goal: score::mw::com::impl::GenericProxy currently only supports Event communication. Since now also Methods are available it shall be extended with GenericProxyMethod support.
How
- Introduce a
GenericProxyMethod. It should be similar toGenericProxyEvent - Design/Decide, how the signature of GenericProxyMethod shall look like! I guess - opposed to our existing ProxyMethod template variants, it won't be a class template at all. The signature for call operator should look like this:
score::Result<MethodReturnTypePtr<void>> operator()(MethodInArgPtr<void>>);
There we need void-specializations for the pointers above ...
Estimates for realization
Rough estimate: 2 weeks
Category
- Affects Detailed Design
Requirements / Architecture
- Requirements / Architecture are not affected by this change?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels