Tagged Questions
1
vote
2answers
339 views
Message-dispatch system in C that doesn't break strict aliasing and alignment
I'm writing an embedded control system in C that consists of multiple tasks that send messages to each other (a fairly common idiom, I believe!), but I'm having a hard time designing a mechanism ...