Target Language Compiler    

Object Records

Several of the model records have Object sub-records that correspond to specific Simulink.Signal and Simulink.Parameter objects. These entities provide great flexibility in tailoring the generated code for custom environments by enabling you to associate TLC code with your own definitions for Simulink.Signal and Simulink.Parameter objects.

Table A-30: Model.rtw Object Record
Variable/Record Name
Description
Object {

The object record is a mapping between Simulink.Signals and Simulink.Parameters. Some common fields are show below. You can extend the output by adding information to particular Simulink.Signal and Simulink.Parameter objects.

  Package
Simulink.
  Class {
Parameter or Signal.
    ObjectProperties {

      RTWInfo {

        Object {

          Package
Simulink
          Class
RTWInfo
          ObjectProperites{

            StorageClass
SimulinkGlobal or value specified by user.
            Alias
"Name"
         }

      }

    }

    Description
""
    DocUnits
""
  }

}

    


  Linear Block Specific Records TLC Error Handling