This is a fork of the `events` subdirectory of https://github.com/ARMmbed/mbed-os
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: EventQueue.h
- Revision:
- 15:42ba4ffdf78d
- Parent:
- 14:65535458dd6f
- Child:
- 9822:fb4e93c12c32
--- a/EventQueue.h Wed Feb 15 13:43:52 2017 -0600
+++ b/EventQueue.h Fri Feb 17 14:33:09 2017 -0600
@@ -944,7 +944,10 @@
* context of the event queue's dispatch loop once posted.
*
* @param f Function to execute when the event is dispatched
- * @param a0..a4 Arguments to pass to the callback
+ * @param c0..c4 Arguments to bind to the callback, these arguments are
+ * allocated on an irq-safe allocator from the event queue's
+ * memory pool. Must be type-compatible with b0..b4, the
+ * arguments to the underlying callback.
* @return Event that will dispatch on the specific queue
*/
template <typename R>