MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual de Serviço Página 94

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 282
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 93
3
Writing Target Language Files
3-20
The RTW TLC Function Library
The file funclib.tlc contains the RTW TLC function library. This file contains
the necessary TLC functions required to write a block target file.
Chapter 4, “Target Language Compiler Function Library Reference,” contains
detailed descriptions of all the TLC functions. This section focuses on the most
commonly used TLC functions, providing a general description of the functions.
Table 3-6: Common TLC Functions
LibDefineRWork(block, name, width)
LibDefineIWork(block, name, width)
LibDefinePWork(block, name, width)
LibCacheFunctionPrototype(buffer)
LibCacheDefine(buffer)
LibIsDiscrete(tid)
LibDataOutputPortWidth(portIdx)
LibDataInputPortWidth(portIdx)
LibBlockOutputSignal(portIdx, ucv, lcv, sigIdx)
LibBlockInputSignal(portIdx, ucv, lcv, sigIdx)
LibBlockParameter(paramRef, ucv, lcv, sigIdx)
LibBlockParameterAddr(paramRef, ucv, lcv, sigIdx)
LibBlockMatrixParameter(paramRef, rowUcv, rowLcv, rowSigIdx,
colUcv, colLcv, colSigIdx)
LibBlockMatrixParameterAddr(paramRef, ucv, lcv, sigIdx)
LibDiscreteState(ucv, lcv, sigIdx)
LibConinuousState(ucv, lcv, sigIdx)
LibBlockMode(ucv, lcv, sigIdx)
LibBlockRWork(rworkRef, ucv, lcv, sigIdx)
Vista de página 93
1 2 ... 89 90 91 92 93 94 95 96 97 98 99 ... 281 282

Comentários a estes Manuais

Sem comentários