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>_toString and <typeName>_toEnum functions are generated to allow conversion from enumerated to string and vice-versa.
List or array: repeating fields that result in the generation of an OSRTDList variable contain a <typeName>_Append function. This is used to append an instance of a typed variable to the list variable.