Re: [Gems-users] message information


Date: Thu, 06 Mar 2008 15:29:19 -0500
From: Niket <niketa@xxxxxxxxxxxxx>
Subject: Re: [Gems-users] message information
All network messages are derived from the NetworkMessage type. You can find this file in $GEMS/ruby/slicc_interface/NetworkMessage.h The protocol files define messages that are derived from this and use them, like RequestMsg, ResponseMsg, etc. The messages fly in the network and at any time you can peek into the message.

Niket

Zhang Yu wrote:
Hi,

In ruby's network, which file should I check to get the message information such as source and destination nodes (addresses), timestamp, etc.?

Thanks,
Yu
------------------------------------------------------------------------

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


[← Prev in Thread] Current Thread [Next in Thread→]