Historically we have been passing enumerations as longs. We just switched over from another DDS library, and we want to start passing enums.
However, we are concerned about the bandwidth. How many bytes is an enumeration? Is there any overhead associated with an enum that would make it more cumbersome than a simple long?
Thanks!