forward
转发消息
描述
forward(
将有效的输入或局部消息转发到局部队列或输出端口。在图转发一条消息后,它可以在同一时间步中从队列中删除另一条消息。message_in_name
,message_out_name
)
示例
转发输入消息
检查输入队列中是否存在消息 M_in
。如果存在消息,则从队列中删除该消息,并将其转发到输出端口 M_out
。
on M_in:
forward(M_in,M_out);
转发局部消息
检查局部队列中是否存在消息 M_local
。如果存在消息,则从状态 A
转移到状态 B
。从 M_local
消息队列中删除该消息,并将其转发到输出端口 M_out
。
M_local{forward(M_local,M_out)}
版本历史记录
在 R2015b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)