Versions Compared

Key

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

...

CommandDescription
acsStartStart ACS.
acsStopStop ACS.
acsStartContainer -[py|cpp|java] CONTAINER_NAME
Start an ACS container.
cdbjDALClearCache
Reload CDB. Useful after CDB content is modified. Equivalent to acsStop + acsStart.
make clean all installClean and recompile source code. Useful when developing and debugging IDLs and components.
objexpLaunch the Object Explorer GUI.
cdbBrowserLaunch the CDB browser GUI.hello world con ICE


create_acs_component -l [python | cpp | java] COMPONENT_YAML_PATHIt takes a component's definition in YAML and creates directories and source code for the IDL and implementation. It also adds the component to the CDB.

...