代码搜索:usage

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

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

m ttgetdata.m

% TTGETDATA Retrieve the local memory data structure associated % with a specific task. % % Usage: data = ttGetData(taskname) % % Inputs: % taskname Name of a task. % % See
www.eeworm.com/read/195013/5122426

sh config3270.sh

#!/bin/sh # # config3270 -- Autoconfigure /dev/3270/* and /etc/inittab # # Usage: # config3270 # # Output: # /tmp/mkdev3270 # # Operation: #
www.eeworm.com/read/190346/5184574

pl search-svnlog.pl

#!/usr/bin/perl -w # ==================================================================== # Show log messages matching a certain pattern. Usage: # # search-svnlog.pl [-v] [-f LOGFILE] REGEXP
www.eeworm.com/read/184442/5249288

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/184442/5249289

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/184442/5249294

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/184442/5249303

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/184442/5249305

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/184442/5249309

m ttgive.m

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

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