Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin event to receive array of integers #59

Open
lovasko opened this issue Jan 14, 2019 · 0 comments
Open

Plugin event to receive array of integers #59

lovasko opened this issue Jan 14, 2019 · 0 comments
Assignees
Labels
code Changes made to the code. improvement Fixes, features, corrections, additions. p2 Low priority. ureq Unicast requester. ures Unicast responder.
Milestone

Comments

@lovasko
Copy link
Owner

lovasko commented Jan 14, 2019

  • currently, each event supplied to the plugin code is represented by a set of arguments issued as separate function arguments
  • given the introduction of the API version, this can be simplified into an array of uint64_t objects
  • such change would make it possible to increase the number of supplied plugin data without causing awkwardly lengthy function argument lists
@lovasko lovasko added improvement Fixes, features, corrections, additions. p2 Low priority. ures Unicast responder. ureq Unicast requester. labels Jan 14, 2019
@lovasko lovasko added this to the 1.0 milestone Jan 14, 2019
@lovasko lovasko self-assigned this Jan 14, 2019
@lovasko lovasko added the code Changes made to the code. label Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Changes made to the code. improvement Fixes, features, corrections, additions. p2 Low priority. ureq Unicast requester. ures Unicast responder.
Projects
None yet
Development

No branches or pull requests

1 participant