?? viterbi_decoding.tlc
字號:
%% File : Viterbi_Decoding.tlc
%% Created: Fri Aug 26 16:11:14 2005
%%
%% Description:
%% Real-Time Workshop wrapper functions interface generated for
%% S-function "Viterbi_Decoding.c".
%%
%% File generated by S-function Builder Block
%%
%% For more information on using the Target Language with the
%% Real-Time Workshop, see the Target Language Compiler manual
%% (under Real-Time Workshop) in the "Inlining S-Functions"
%% chapter under the section and subsection:
%% "Writing Block Target Files to Inline S-Functions",
%% "Function-Based or Wrappered Code".
%%
%implements Viterbi_Decoding "C"
%% Function: BlockTypeSetup ===================================================
%%
%% Purpose:
%% Set up external references for wrapper functions in the
%% generated code.
%%
%function BlockTypeSetup(block, system) Output
%openfile externs
extern void Viterbi_Decoding_Outputs_wrapper(const creal_T *r,
const creal_T *h1,
const creal_T *h2,
real_T *y);
%closefile externs
%<LibCacheExtern(externs)>
%%
%endfunction
%% Function: Outputs ==========================================================
%%
%% Purpose:
%% Code generation rules for mdlOutputs function.
%%
%function Outputs(block, system) Output
/* S-Function "Viterbi_Decoding_wrapper" Block: %<Name> */
%assign pu0 = LibBlockInputSignalAddr(0, "", "", 0)
%assign pu1 = LibBlockInputSignalAddr(1, "", "", 0)
%assign pu2 = LibBlockInputSignalAddr(2, "", "", 0)
%assign py0 = LibBlockOutputSignalAddr(0, "", "", 0)
%assign py_width = LibBlockOutputSignalWidth(0)
%assign pu_width = LibBlockInputSignalWidth(0)
Viterbi_Decoding_Outputs_wrapper(%<pu0>, %<pu1>, %<pu2>, %<py0> );
%%
%endfunction
%% [EOF] Viterbi_Decoding.tlc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -