Re: [Gems-users] message information


Date: Thu, 6 Mar 2008 14:34:28 -0600
From: "Zhang Yu" <thuzhangyu@xxxxxxxxx>
Subject: Re: [Gems-users] message information
HI Niket,

Thanks a lot. This is exactly what I need.

Yu

On Thu, Mar 6, 2008 at 2:29 PM, Niket <niketa@xxxxxxxxxxxxx> wrote:
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.
>
>

_______________________________________________
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→]