You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably namespace all defines used in the simple_message package, as they are rather generically named right now. Especially INT32, INT64, ROS and LINUXSOCKETS have the potential to clash with defines from other headers / libraries.
I propose to prefix them with something like SIMPLE_MESSAGE_.
Now that we start looking into properly exporting those defines to users of the package as well, this could become a real issue.
The text was updated successfully, but these errors were encountered:
Jmeyer1292
pushed a commit
to Jmeyer1292/industrial_core
that referenced
this issue
Feb 14, 2017
We should probably namespace all defines used in the
simple_message
package, as they are rather generically named right now. EspeciallyINT32
,INT64
,ROS
andLINUXSOCKETS
have the potential to clash with defines from other headers / libraries.I propose to prefix them with something like
SIMPLE_MESSAGE_
.Now that we start looking into properly exporting those defines to users of the package as well, this could become a real issue.
The text was updated successfully, but these errors were encountered: