I am using SDK version 15.3.0 and would love to know what exactly is the meaning of the first parameter "size of event" used in the macro APP_SCHED_INIT(X,Y)?
I treat "events" as integer designators for events -- so not sure why I should care to specify the "size" of an event?
Was it the author's intent to refer to the maximum value of the event designator?
On the other hand, if the event is truly a 1-to-1 "association or match" between a collection of bytes to an integer value then how is that "association or match" determined at run time?