Independently defined events #209
Replies: 2 comments 10 replies
-
This is a good point and will need to be addressed. The core of this problem seems to be that the Mir The first approach that comes to my mind is to generate the |
Beta Was this translation helpful? Give feedback.
-
Another option would be define a separate abstraction for events, probably completely independent of protobufs, that would take care of all the serialization / deserialization... Not sure that's the best way to go, but it might be worth thinking about. If we choose to go this way, there would be some significant refactoring overhead. |
Beta Was this translation helpful? Give feedback.
-
Creating this discussion from @xosmig 's original question:
Currently, there is no way to define Mir event types outside Mir (i.e., Mir cannot be used as a library, only as a fork). Any ideas on how we may eventually solve this? I am raising this issue now because it may make sense to take it into account in the code generator.
Beta Was this translation helpful? Give feedback.
All reactions