ttinitnetwork.m
来自「一个很棒的网络控制系统仿真软件」· M 代码 · 共 26 行
M
26 行
% TTINITNETWORK Initialize the TrueTime network interface. Must% be called once for each network the node is% connected to. This function is used both for% wired and wireless networks.%% Usage: ttInitNetwork(nodenumber, handlername)% ttInitNetwork(network, nodenumber, handlername)%% Inputs:% nodenumber The address of the node in the network. Must be % a number between 1 and the number of nodes as % specified in the dialog of the corresponding % TrueTime network block.% handlername The name of the interrupt handler that should be% invoked when a message arrives over the network.% network The number of the TrueTime network block.% The default network number is 1.%% See also TTSENDMSG, TTGETMSG%% TrueTime, Version 1.3% Copyright 2005% Martin Andersson, Dan Henriksson and Anton Cervin% Department of Automatic Control% Lund Institute of Technology, Sweden
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?