Partial packet instances #2319
JackNWhite
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
What is your motivator for subclassing EVRs? Are you hitting opcode identifier space limits? Are you trying to save bytes by going down to a smaller opcode size and adding an extra identifier byte only when needed? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@bocchino FPP language suggestion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to allow one to specify in FPP partial instantiation of packets?
A rather contrived, but simple, example:
A circumstance in which I would actually like to use such a system is when I would like to expand the effective event ID space by having a second ID field within the event payload, but would prefer to have a good explanatory message in the text event log, based on the extended ID, rather than an enum value you have to look up.
Beta Was this translation helpful? Give feedback.
All reactions