ftsrg / BME-MODES3

Model-based Demonstrator for Smart and Safe Systems
https://inf.mit.bme.hu/research/projects/modes3
16 stars 8 forks source link

Dispatcher should have a real interface #73

Closed baloghlaszlo closed 7 years ago

baloghlaszlo commented 7 years ago

Currently we have to cast all dispatchers to ProtobufMessageDispatcher which is cumbersome and also error-prone. There should be a valid interface which has every method we need to avoid casting to the current technology-dependent class.

imbur commented 7 years ago

This module will be refactored.