Versions Compared

Key

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


> CommandDescription
acsStartStart ACS core services (Manager, CDB, etc).

acsStop

Stop ACS.

acsStartContainer -[py|cpp|java] CONTAINER_NAME

Start an ACS container.
cdbjDALClearCacheReload 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.
acscommandcenterLaunches the ACS Command Center GUI.
objexpLaunch the Object Explorer GUI.
cdbBrowserLaunch the CDB browser Browser GUI.
jlogOpen the Java Log Clienthello 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 CDBin the CDB.
cdbCheckerChecks for integrity and errors in your CDB.
getTemplateForDirectory MODROOT_WS [your_component_name]Creates the directory template for a component.