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]
The DIET Team - Mer 29 nov 2017 15:13:36 EST