Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every module has its own messaging API. In addition, each module should at least implement the basic messaging protocol that allows modules to request and share whether they are online:

  •  vrAllCall, pings all modules.
  •  vrComponent component-id sub, response by module to 'vrAllCall'; should also be send on start-up by module.
  •  vrKillComponent {component-id,'all'}, requests a single module or all modules to shut down.
  •  vrProcEnd component-id sub, send by module on exit.

...