-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
What
Goal: score::mw::com::impl::GenericSkeleton currently only supports Event communication. Since now also Methods are available it shall be extended with GenericProxyMethod support.
How
- Introduce a
GenericSkeletonMethod. - Design/Decide, how the signature of
GenericSkeletonMethodshall look like! I guess - opposed to our existingSkeletoMethodtemplate, it won't be a class template at all. The signature forRegisterHandlermost likely will register a callback with avoid*(void*)signature, which gets called, when a method call comes in.
Depends on: #76
Estimates for realization
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