Create code mappings object for configuring data and function interface for C code generation
creates C code mappings environment for the specified model and returns the mappings as
object myCodeMappingObj
= coder.mapping.utils.create(model
)myCodeMappingObj
. Code mappings associate model data elements and
functions with configurations for C code generation. If code mappings exist for the
specified model, the function returns those code mappings.