Other utility or "helper" functions are type specific and designed to help the user work with the generated code. The following utility function are generated for the following types:
Enumerated: <typeName>_toStringand <typeName>_toEnumfunctions are generated to allow conversion from enumerated to string and vice-versa.
List or array: repeating fields that result in the generation of an OSRTDListvariable contain a <typeName>_Appendfunction. This is used to append an instance of a typed variable to the list variable.