Timeline for Simple callback wrapper for an embedded C++ app
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 18, 2017 at 17:30 | vote | accept | Venemo | ||
| S Feb 9, 2017 at 14:46 | history | suggested | lorcap |
Tag with [embedded]
|
|
| Feb 9, 2017 at 14:27 | review | Suggested edits | |||
| S Feb 9, 2017 at 14:46 | |||||
| Jan 8, 2017 at 14:50 | comment | added | BitTickler | codeproject.com/articles/11015/the-impossibly-fast-c-delegates <<--- I think I used this on embedded systems for a while (V850, Greenhills compiler (OSEK, Bare Metal), FreeBSD, Linux, Windows 32Bit/64Bit, Windows CE 6.0 on Freescale and TI MCUs) and it was working. Benefit: No heap allocations in the implementation. But as usual, handle with care and do your own tests to make sure all is good. | |
| Jan 8, 2017 at 13:29 | answer | added | πάντα ῥεῖ | timeline score: 6 | |
| Jan 8, 2017 at 12:50 | comment | added | πάντα ῥεῖ | I have scribbled up a compiling version based on the OP's example here: coliru.stacked-crooked.com/a/cc9bf82729c58fa1 | |
| Jan 8, 2017 at 11:26 | history | edited | Venemo | CC BY-SA 3.0 |
Added an example of intended use.
|
| Jan 8, 2017 at 11:20 | history | edited | Venemo | CC BY-SA 3.0 |
Added an example of intended use.
|
| Jan 8, 2017 at 9:58 | review | First posts | |||
| Jan 8, 2017 at 10:33 | |||||
| Jan 8, 2017 at 9:54 | history | asked | Venemo | CC BY-SA 3.0 |