MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Guia do Utilizador Página 361

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 386
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 360
Getting Started
14-17
specification. The generated code accesses this signal as
RT_U.Signal_Name.
- ExportedGlobal declares the signal as a global variable that can be
accessed from outside the generated code. The signal is declared in the
model package specification but not in the
External_Inputs structure.
The generated code accesses this signal as
Signal_Name. The signal will be
globally visible as
Model.Signal_Name.
- ImportedExtern — the signal is assumed to be declared in the package
specification entered in the
RTW Storage Type Qualifier field. The
generated code accesses this signal as
Your_Package.Signal_Name.
- ImportedExternPointer this is not permitted in Ada.
RTW Storage Type Qualifier this is only used when specifying the
package specification to qualify fully the signal name for the ImportedExtern
option. This field is ignored in all other cases.
These cases are useful if you want to link Real-Time Workshop Ada Coder
generated code to other Ada code (i.e., code that the Real-Time Workshop Ada
Coder did not generate).
Vista de página 360
1 2 ... 356 357 358 359 360 361 362 363 364 365 366 ... 385 386

Comentários a estes Manuais

Sem comentários