Allow to use aliases as names for types in every SH.
Does not break backward compatibility.
Design:
Every new alias added will create its own <alias>.mix file in order for the IS to find it.
Future work:
This is a non efficient way to use aliases as every different alaises regarding the same SH will load dynamically the same library separatly.
Neverthwless, any other way to implement it will cost too much effort and will change the main logic of the core.
Allow to use aliases as names for
types
in every SH.Does not break backward compatibility.
Design: Every new alias added will create its own
<alias>.mix
file in order for the IS to find it.Future work: This is a non efficient way to use aliases as every different alaises regarding the same SH will load dynamically the same library separatly. Neverthwless, any other way to implement it will cost too much effort and will change the main logic of the core.
Signed-off-by: jparisu javierparis@eprosima.com