代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/160156/5576638

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.3 %
www.eeworm.com/read/160156/5576640

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/160156/5576646

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/156067/5613184

m ttanalogout.m

% TTANALOGOUT Write a value to an analog output channel. % % Usage: ttAnalogOut(outpChan, value) % % Inputs: % outpChan The output channel to write to. Must be between 1 % and
www.eeworm.com/read/156067/5613185

m tttryfetch.m

% TTTRYFETCH Fetch a message from a mailbox. % % Usage: msg = ttTryFetch(mailboxname) % % Inputs: % mailboxname Name of a mailbox. % % See also TTCREATEMAILBOX, TTTRYPOST % % True
www.eeworm.com/read/156067/5613189

m ttcreatemailbox.m

% TTCREATEMAILBOX Create a mailbox for inter-task communication. % % Usage: ttCreateMailbox(mailboxname, maxsize) % % Inputs: % mailboxname Name of the mailbox, must be unique. % maxsize
www.eeworm.com/read/156067/5613190

m ttgetperiod.m

% TTGETPERIOD Retrieve the period of a periodic task. % % Usage: value = ttGetPeriod % value = ttGetPeriod(taskname) % % Inputs: % taskname Name of a task. If not specified, the call w
www.eeworm.com/read/156067/5613197

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/156067/5613198

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/156067/5613207

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