hmbdc
simplify-high-performance-messaging-programming
|
each message type has 16 bit tag More...
#include <Message.hpp>
Public Types | |
enum | { typeTag = tag } |
each message type has 16 bit tag
If a Messaeg type has a dtor or containing a data member that has it, the dtor(s) are NOT going to be called by hmbdc framework after the message is injected into a Context. User code has to handle it. Otherwise, it is very simple to define a message:
tag | 16 bit unsigned tag |