nasa / SIL

Tools for generating CFS ECI-compatible code from Simulink models
Other
19 stars 12 forks source link

Look into shortening autogenerate MID macros #19

Open SpaceSteve121 opened 4 years ago

SpaceSteve121 commented 4 years ago

The current MID macros can be quite verbose if information about the packet the signal object and port are associated with as included in both names. Is it possible to shorten this, while maintaining the guarantee of uniqueness?

Perhaps prepending the signal object name with the model name, since I believe signal objects can only be used on one signal in a particular model?