Next: Changing offered services
Up: Dynamically modifying the hierarchy
Previous: ``And thus it began
Contents
Two examples on how to call those CORBA methods are present in
src/examples/dynamic_hierarchy:
- connect.cc sends orders to change the parent of an element.
Usage: ./connect <SED|LA> <element name> <parent name>.
- disconnect.cc sends orders to disconnect an element
from its parent. It does not kill the element, but only disconnects
it from the DIET hierarchy (useful when your platform is not
heavily loaded and you want to use only part of the
hierarchy)
Usage: ./disconnect <SED|LA> <element name>.
- remove.cc sends orders to remove an element.
Usage: ./remove <SED|AGENT> <element name> [recursive: 0|1]
DIET Team. 2010-05-26