occ/

directory
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: GPL-3.0

README

O² Control and Configuration Components

The O² Control and Configuration (OCC) interface is the bidirectional intermediary between AliECS and all stateful controlled processes.

For FairMQ devices, the OCC interface is implemented by the OCCLite Plugin (default) and previously by the OCC Plugin (deprecated). The OCCLite plugin interfaces with the FairMQ plugin system, therefore no user code changes are necessary to make a FairMQ device compatible with AliECS.

For stateful tasks that do not use FairMQ, the OCC interface is implemented by the OCC library (OCClib). The task implementor who wishes to make use of AliECS must link against OCClib and implement the RuntimeControlledObject C++ interface.

Developer quick start instructions for OCClib

  1. Build & install the OCC library either manually or via aliBuild (Control-OCCPlugin);
  2. check out the dummy process example and its entry point and to see how to instantiate OCC;
  3. implement interface at occlib/RuntimeControlledObject.h,
  4. link your non-FairMQ O² process against the target AliceO2::Occ as described in the dummy process README.

Manual build instructions

Starting from the occ directory.

$ mkdir build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug -DFAIRMQPATH=<path to FairMQ prefix> -DFAIRLOGGERPATH=<path to FairLogger prefix>
$ make

It can also be built via aliBuild (package Control-OCCPlugin).

Run example

From build dir:

$ occlib/examples/dummy-process/occexample-dummy-process

or

$ occlib/examples/dummy-process/occexample-dummy-process --control-port <some port>

or

$ OCC_CONTROL_PORT=<some port> occlib/examples/dummy-process/occexample-dummy-process

The dummy process now waits for control commands.

The OCC state machine

The figure below describes the OCC state machine, as implemented in the OCC library and exposed by the OCC API for non-FairMQ devices (controlmode.DIRECT).

The OCC state machine

Note: a PAUSED state with events PAUSE/RESUME is foreseen but not used yet.

Single process control with peanut

See peanut Overview.

OCC API debugging with grpcc

See OCC API debugging with grpcc.

Directories

Path Synopsis
flatten
Flatten makes flat, one-dimensional maps from arbitrarily nested ones.
Flatten makes flat, one-dimensional maps from arbitrarily nested ones.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL