Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::framework |
| Defining PrimaryVertex explicitly as messageable.
|
|
namespace | o2::framework::gui |
| State for the main GUI window.
|
|
|
void | o2::framework::gui::deviceStateTable (DataProcessingStates const &states) |
|
void | o2::framework::gui::deviceInfoTable (char const *label, ProcessingStateId id, DataProcessingStates const &states, std::variant< std::vector< InputRoute >, std::vector< OutputRoute > > routes, DeviceMetricsInfo const &metrics) |
|
void | o2::framework::gui::configurationTable (boost::property_tree::ptree const ¤tConfig, boost::property_tree::ptree const ¤tProvenance) |
|
void | o2::framework::gui::optionsTable (const char *label, std::vector< ConfigParamSpec > const &options, const DeviceControl &control) |
|
void | o2::framework::gui::servicesTable (const char *label, std::vector< ServiceSpec > const &services) |
|
void | o2::framework::gui::displayDeviceInspector (DeviceSpec const &spec, DeviceInfo const &info, DataProcessingStates const &states, DeviceMetricsInfo const &metrics, DataProcessorInfo const &metadata, DeviceControl &control) |
| Helper to display information about a device.
|
|