Have questions about GMF. [message #1753037] |
Wed, 01 February 2017 10:18 |
Yang Seokwoo Messages: 3 Registered: February 2017 |
Junior Member |
|
|
I'm new to eclipse plug-in and modelings, so maybe some parts of my questions would be strange, but I'm desperate to know this.
I'm trying to make a graphical programming tool for stream processing.
Let me explain about my project a little bit.
If there is a DAG(Directed Acyclic Graph) with several input streams and output streams.
Data from input streams will move through edges.
Node is entity for processing these data.
Some Node can have more than 1 inputs, and maybe more than 1 outputs.
For example, there is a DAG for autonomous car.
Sensors like camera, sonar, maybe LiDAR, will generate input streams and these data can be merged to a node to detect objects. And output of this node will go into other nodes for path planning. And the result will be the control signal for vehicle.
And I want to transform this DAG to real codes. I mean code generation from the graphical model.
This is goal of my project.
Make a graphical tool for stream processing language, which can generate code from graphical model.
Is this possible with GMF? Or are there other good plug-in or tools in Eclipse?
Sorry for long question.
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.03650 seconds