MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Servisní příručka Strana 135

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 282
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 134
LibBlockParameterAddr
4
-13
LibBlockParameterAddr
Purpose
Determines the address of a block parameter.
Syntax
%<LibBlockParameterAddr(param, ucv, lcv, idx)>
Arguments
param
Reference to a block parameter identifier.
ucv
User control variable string.
lcv
Loop control variable string.
idx
Integer index.
Returns
The address of a block parameter.
Description
LibBlockParameterAddr
returns the address of a block parameter as:
This routine does not work for matrix parameters. Use
LibBlockMatrixParamterAddr
when accessing a block’s matrix parameter.
&P.block.param[ucv]
If
ucv
is specified.
&P.block.param[lcv]
If
lcv
is specified.
&P.block.param[idx]
Otherwise.
Zobrazit stránku 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 281 282

Komentáře k této Příručce

Žádné komentáře