Download:
Mercury 1.1.2a
CVS Tarball
 nav.

  • Main
  • FAQ
  • Download
  • Design Docs
  • SF Project
  • CVS Info
  • Bug Report
  • News
  • Screenshots
  • Links
  • Contact Info
  • Sponsors
  • MGSN
  • Developers
  •   GSML Specifications -- 0.1.*


    Specifications 0.1.* were prototype specifications for experimenting with GSML messages and auto code generation. They were actually second generation GSML messages, with the first generation being more alpha testing in nature.

    The basic structure of the GSML message is:

    <GSML SRC=... DST=... > ...rest of GSML elements here... </GSML> The SRC and DST fields represent the names of the Mercury components sending and receiving the message, respectively. A DST of "ALL" signifies the messages is to be parsed by all components that receive it.

    We've captured the GSML specification in text file that is used by Mercury to autogenerate communication code for Mercury components. They are below along with example messages.

       Specification File       Example Messages   
    0.1.4 0.1.4