ttcreateinterrupthandler.m
来自「TrueTime1.2(用于网络控制系统的仿真」· M 代码 · 共 22 行
M
22 行
% TTCREATEINTERRUPTHANDLER Create a TrueTime interrupt handler.%% Usage: ttCreateInterruptHandler(name, priority, codeFcn) % ttCreateInterruptHandler(name, priority, codeFcn, data)%% Inputs:% name Name of the hamdler, must be unique.% priority The priority of the handler. Should be a positive number,% where a small number represents a high priority.% codeFcn The code function of the handler. Should be a string% with the name of the corresponding m-file.% data An arbitrary data structure used to store% handler-specific data. Optional argument.% % See also TTCREATETIMER, TTCREATEEXTERNALTRIGGER, TTINITNETWORK,% TTATTACHDLHANDLER, TTATTACHWCETHANDLER%% TrueTime, Version 1.2% Copyright 2004 by Dan Henriksson, Anton Cervin% Department of Automatic Control% Lund Institute of Technology, Sweden
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?