LGP Message Passing

From NexusCrossing

Jump to: navigation, search

Contents

[edit] Message Passing

  1. Every object will contain a Message Queue.
  2. Some objects will contain lists of objects.
  3. Objects shall pass messages to other objects through their parent/master object.
  4. Every object has a method Object::accept_message() that will allow a message to be passed to the object.
  5. Every object has a method Object::cycle() which will at minimum process messages from the objects Message Queue.

[edit] LGP Message Passing Design Discussion

Much of the discussion will take place in the talk page, and decisions (and eventual changes to those decisions) will make their way here to this page.


[edit] References


[edit] LGP Project Components (TOC)

Personal tools