ttcreatemailbox.m
来自「matlab中truetime toolbox」· M 代码 · 共 18 行
M
18 行
% TTCREATEMAILBOX Create a mailbox for inter-task communication.%% Usage: ttCreateMailbox(mailboxname)% Usage: ttCreateMailbox(mailboxname, maxsize)%% Inputs:% mailboxname Name of the mailbox, must be unique.% maxsize The size of the buffer associated with the% mailbox (default is INT_MAX) % % See also TTTRYPOST, TTTRYFETCH, TTPOST, TTFETCH, TTRETRIEVE%% TrueTime, Version 1.5% Copyright (c) 2007% Martin Ohlin, Dan Henriksson and Anton Cervin% Department of Automatic Control LTH% Lund University, Sweden
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?