📄 ttcreateperiodictask.m
字号:
% TTCREATEPERIODICTASK Create a periodic TrueTime task. %% Usage: ttCreatePeriodicTask(name, offset, period,% priority, codeFcn) % ttCreatePeriodicTask(name, offset, period,% priority, codeFcn, data)%% Inputs:% name Name of the task, must be unique.% offset The offset time of the first periodic task job.% period The period of the task.% priority The priority of the task. Should be a positive number,% where a small number represents a high priority.% codeFcn The code function of the task. Should be a string% with the name of the corresponding m-file.% data An arbitrary data structure used to store% task-specific data. Optional argument.% % See also TTCREATETASK, TTSETX%% 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 + -