?? ttcreateinterrupthandler.m
字號:
% 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.3% Copyright 2005% Martin Andersson, Dan Henriksson and Anton Cervin% Department of Automatic Control% Lund Institute of Technology, Sweden
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -