I am working on a Java client for the RTDE server on port 30004. Following the spec, I can see that the RTDE_TEXT_MESSAGE
package has a field called warning level
which is an unsigned 8 bit integer. It says that this field will have one of the following enum values: EXCEPTION_MESSAGE, ERROR_MESSAGE, WARNING_MESSAGE, INFO_MESSAGE. However, the spec does not list the corresponding ordinal values.
Does anyone know what the ordinal values are for this field?