Replies: 1 comment 1 reply
-
Sorry for the delay in replying, I don't get notifications for new 'discussions'. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I used now a little bit the message_bus bib and the other parts. What I want to achieve is the following:
What I have:
Connection which consists of:
On top of this
Connection
comes theMessageHandler
in this case I thought it is themessage_bus
.Other Components in the system have functionality which should be triggered from the received message, but the components should not know about the Message Handler. I thought, that the MessageHandler composes at startup the relationship between the
Feature
and theService
. The Service in this case is the MessageHandler which has a raw Message on hand.In All the examples I saw. The receive routine from the Bus component calls this routine with a Generated etl::message but In This layer I dont know the type I just know the ID from the raw data. How is it possible to come from the raw ID number to the type and set it on the bus?
My thoughts are coming from this repo:
https://github.com/intel/compile-time-init-build
Beta Was this translation helpful? Give feedback.
All reactions