message priority [message #968739] |
Fri, 02 November 2012 14:11  |
Eclipse User |
|
|
|
I'm not throwing rocks here, just trying to understand what is and isn't in eTrice. I'm quite fond of eTrice already, but I need to know the edge conditions of my tools.
ROOM recognizes messages may have different priorities. The eTrice eclipse help file even mentions it, but that seems to be the last mention of "priority". I went looking through the code. In org.eclipse.etrice.runtime.java.messaging there is mention of priority, but that looks like thread priority, not message priority. Scanning the Java generated from a ROOM file I see the message sending that is generated, but nothing that indicates a way to set a message priority.
Am I correct that message priority is not part of eTrice 0.2.0?
thanks,
-tim
|
|
|
|
|
Re: message priority [message #985136 is a reply to message #982109] |
Thu, 15 November 2012 02:17  |
Eclipse User |
|
|
|
the next steps:
We just started the implementation of the first version of the physical model and the mapping model.
This version will only provide the definition of node classes and instances with physical threads (queue prios, stacksize, queue dimensions, ...).
Mapping:
LogicalModel -> PhysicalModel {
SubSystem -> Node {
LogicalThread -> PhysicalThread
...
}
}
The independent mapping model enables n:m mappings between logical and physical models (e.g. one for simulation, one fore the target, one for debugging ...).
In later version we want to provide connections between nodes, that implement communication between Subsystems.
Thomas
|
|
|
Powered by
FUDForum. Page generated in 0.05934 seconds