代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/184442/5249285

m ttcreatejob.m

% TTCREATEJOB Create a job of a TrueTime task. % % Usage: ttCreateJob(taskname) % % Inputs: % taskname Name of the task for which the job is created. % % See also TTCREATETASK, TTKILLJO
www.eeworm.com/read/184442/5249299

m ttcreatemonitor.m

% TTCREATEMONITOR Create a TrueTime monitor. % % Usage: ttCreateMonitor(name, display) % % Inputs: % name Name of the monitor, must be unique. % display 0 or 1, to indicate if the mon
www.eeworm.com/read/184442/5249302

m ttnonpreemptable.m

% TTNONPREEMPTABLE Make a task non-preemtable. % % Usage: ttNonPreemptable(taskname) % % Inputs: % taskname Name of a task. % % TrueTime, Version 1.4 % Copyright (c) 2006 % M
www.eeworm.com/read/184442/5249312

m ttretrieve.m

% TTRETRIEVE Retrieve a fetched message from a mailbox % % Usage: msg = ttRetrieve(mailboxname) % % Inputs: % mailboxname Name of a mailbox. % % Note: % The message must have been fetched
www.eeworm.com/read/184442/5249321

m ttsetperiod.m

% TTSETPERIOD Set the period of a periodic task. % % Usage: ttSetPeriod(value) % ttSetPeriod(value, taskname) % % Inputs: % value Value to be set. % taskname Name of a task. If
www.eeworm.com/read/184442/5249322

m ttsetpriority.m

% TTSETPRIORITY Set the base priority of a task. % % Usage: ttSetPriority(value) % ttSetPriority(value, taskname) % % Inputs: % value Value to be set. % taskname Name of a task.
www.eeworm.com/read/184442/5249332

m ttfetch.m

% TTFETCH Fetch a message from a mailbox (blocking) % % Usage: ttFetch(mailboxname) % % Inputs: % mailboxname Name of a mailbox. % % Note: % The actual message is read using TTRETRIEVE. %
www.eeworm.com/read/184442/5249335

m ttsetdata.m

% TTSETDATA Update the local memory data structure associated % with a specific task. % % Usage: ttSetData(taskname, data) % % Inputs: % taskname Name of a task. % data Up
www.eeworm.com/read/184442/5249342

m ttsleep.m

% TTSLEEP Put the running task to sleep for a certain time. % % Usage: ttSleep(duration) % % Inputs: % duration The time that the task should sleep. % % See also TTSLEEPUNTIL % %
www.eeworm.com/read/184442/5249350

m ttsendmsg.m

% TTSENDMSG Send a message over a network. % This function is used both for wired and wireless networks. % % Usage: ttSendMsg(receiver, data, length) % ttSendMsg(receiver, data,