omn​​et++模拟时如何查看消息内容?

How to see message content when simulating in omnet++?

当我在模块之间交换消息时,我可以看到有关消息的信息,但看不到它们的内容。例如,我可以看到节点 [0] 向 rsu [0] 发送了消息,消息的名称是数据和附加信息,例如:"id=25 kind=22003, length =166 bytes".

谁能告诉我模拟时如何查看WSM消息内容?谢谢!

这在 OMNeT++ 的 introductory "TicToc" tutorial 中有解释:

You can double-click on the messages to open an inspector for them. (You'll either have to temporarily stop the simulation for that, or to be very fast in handling the mouse). The inspector window displays lots of useful information; the message fields can be seen on the Contents page.