You can also look at SLICC files (e.g., MOSI_SMP_bcast-msg.sm) to see how
specific protocol messages look. These are derived from the classes in
NetworkMessage.h.
...Greg
Niket 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.
|