代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/208214/4995079

m tttrypost.m

% TTTRYPOST Post a message to a mailbox. % % Usage: ok = ttTryPost(mailboxname, msg) % % Inputs: % mailboxname Name of a mailbox. % msg The contents of the message to be posted. %
www.eeworm.com/read/208214/4995081

m ttcreatetask.m

% TTCREATETASK Create a TrueTime task. % % Usage: ttCreateTask(name, deadline, priority, codeFcn) % ttCreateTask(name, deadline, priority, codeFcn, data) % % Inputs: % name Nam
www.eeworm.com/read/208214/4995085

m ttgive.m

% TTGIVE Give (signal) a semaphore. % % Usage: ttGive(name) % % Inputs: % name Name of the semaphore. % % See also TTCREATESEMAPHORE, TTTAKE % % TrueTime, Version 1.5 %
www.eeworm.com/read/208214/4995092

m ttsetdeadline.m

% TTSETDEADLINE Set the relative deadline of a task. % % Usage: ttSetDeadline(value) % ttSetDeadline(value, taskname) % % Inputs: % value Value to be set. % taskname Name of a t
www.eeworm.com/read/208214/4995093

m ttattachwcethandler.m

% TTATTACHWCETHANDLER Attach a worst-case execution time handler to a task. % % Usage: ttAttachWCETHandler(taskname, handlername) % % Inputs: % taskname Name of the task to which the handle
www.eeworm.com/read/208214/4995100

m ttkilljob.m

% TTKILLJOB Kill the current job of a task. % % Usage: ttKillJob(taskname) % % Inputs: % taskname Name of the task for which the job is to be killed. % % See also TTCREATEJOB % %
www.eeworm.com/read/208214/4995103

m ttwait.m

% TTWAIT Wait for an event. % % Usage: ttWait(eventname) % % Inputs: % eventname Name of an event. % % See also TTCREATEEVENT, TTNOTIFY, TTNOTIFYALL % % TrueTime, Version 1.5 %
www.eeworm.com/read/208214/4995105

m ttgetrelease.m

% TTGETRELEASE Retrieve the release time of the current task job. % % Usage: value = ttGetRelease % value = ttGetRelease(taskname) % % Inputs: % taskname Name of a task. If not specifi
www.eeworm.com/read/208214/4995113

m ttnotifyall.m

% TTNOTIFYALL Notify all tasks waiting for an event. % % Usage: ttNotifyAll(eventname) % % Inputs: % eventname Name of an event. % % See also TTCREATEEVENT, TTWAIT, TTNOTIFY % %
www.eeworm.com/read/208214/4995124

m tttake.m

% TTTAKE Take (wait for) a semaphore. % % Usage: ttTake(name) % % Inputs: % name Name of the semaphore. % % See also TTCREATESEMAPHORE, TTGIVE % % TrueTime, Version 1.5 %