ttinitkernel.m

来自「由瑞典人开发的一个可以在Matlab环境中应用的实时数据传输控制的工具包」· M 代码 · 共 26 行

M
26
字号
% TTINITKERNEL   Initialize the TrueTime kernel.%%  Usage: ttInitKernel(nbrInp, nbrOutp, prioFcn) %         ttInitKernel(nbrInp, nbrOutp, prioFcn, cs_oh)%%  Inputs:%    nbrInp   Number of A/D channels of the kernel block.%    nbrOutp  Number of D/A channels of the kernel block.%    prioFcn  Scheduling policy, should be any of:%                 %             'prioFP'  - Fixed-priority scheduling%             'prioRM'  - Rate-monotonic scheduling%             'prioDM'  - Deadline-monotonic scheduling%             'prioEDF' - Earliest-deadline-first scheduling%%    cs_oh    Overhead associated with a full context switch. %             Optional argument, taken as zero if not specified.%% See also TTCREATETASK, TTCREATEPERIODICTASK%%       TrueTime, Version 1.4%       Copyright (c) 2006%       Martin Ohlin, Dan Henriksson and Anton Cervin%       Department of Automatic Control, LTH%       Lund University, Sweden

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?