c1_sim_netcon.tlh
来自「RFID读卡器与标签之间在AWGN和加入其它读写器干扰下的BER仿真」· TLH 代码 · 共 41 行
TLH
41 行
%implements "chartHeader" "C"
%function CacheOutputs(block,system,typeDefHFile,hFile,cFile) void
%openfile typedefsBuf
typedef struct {
uint16_T count;
uint8_T code;
uint8_T convec[2];
uint8_T i;
uint8_T is_Road;
uint8_T is_active_c1_sim_netcon;
uint8_T is_c1_sim_netcon;
uint8_T was_Road;
} %<SFInfo.ChartInstanceTypedef>;
%closefile typedefsBuf
%if !WHITE_SPACE(typedefsBuf)
%openfile tempBuf
#ifndef _CSC1_SIM_NETCON_CHARTSTRUCT_
#define _CSC1_SIM_NETCON_CHARTSTRUCT_
%<typedefsBuf>\
#endif /* _CSC1_SIM_NETCON_CHARTSTRUCT_ */
%closefile tempBuf
%<SLibSetModelFileAttribute(typeDefHFile,"Typedefs",tempBuf)>
%endif
%openfile externFcnsBuf
%closefile externFcnsBuf
%<SLibSetModelFileAttribute(hFile,"ExternFcns",externFcnsBuf)>
%openfile externFcnsBuf
%closefile externFcnsBuf
%<SLibSetModelFileAttribute(hFile,"ExternFcns",externFcnsBuf)>
%endfunction %% CacheOutputs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?