UML Modelling and Codegeneration related discussions » Tool Usage and Handling » RXF Message Queues use call by reference
RXF Message Queues use call by reference
2245 Betrachtungen
Seite:
1
RXF Message Queues use call by reference
21.07.2008 10:19
The RiCOSMessageQueue send only addresses of messages and not the message himself, so the sender is responsible to allocate memory and the receiver to free the memory
Same Problem with RiCQueue.
Re: RXF Message Queues use call by reference
21.07.2008 10:20
In embedded systems it makes sense to save resources and avoid unnecessary use of memcopy etc. This is why the RXF uses only references.
