![]() |
Project
|
#include "Framework/DataProcessingHelpers.h"#include "Framework/SourceInfoHeader.h"#include "Framework/DomainInfoHeader.h"#include "Framework/ChannelSpec.h"#include "Framework/ChannelInfo.h"#include "MemoryResources/MemoryResources.h"#include "Framework/FairMQDeviceProxy.h"#include "Headers/DataHeader.h"#include "Headers/Stack.h"#include "Framework/Logger.h"#include "Framework/SendingPolicy.h"#include "Framework/RawDeviceService.h"#include "Framework/DeviceState.h"#include "Framework/DeviceContext.h"#include "Framework/ProcessingPolicies.h"#include "Framework/Signpost.h"#include "Framework/CallbackService.h"#include "Framework/DefaultsHelpers.h"#include "Framework/ServiceRegistryRef.h"#include "Framework/DeviceSpec.h"#include "Framework/ControlService.h"#include "Framework/DataProcessingContext.h"#include "Framework/DeviceStateEnums.h"#include <fairmq/Device.h>#include <fairmq/Channel.h>#include <uv.h>Go to the source code of this file.
Namespaces | |
| 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. | |
Functions | |
| O2_DECLARE_DYNAMIC_LOG (device) | |
| O2_DECLARE_DYNAMIC_LOG (calibration) | |
| void | o2::framework::doSendOldestPossibleTimeframe (ServiceRegistryRef ref, fair::mq::TransportFactory *transport, ChannelIndex index, SendingPolicy::SendingCallback const &callback, size_t timeslice) |
| bool | o2::framework::hasOnlyTimers (DeviceSpec const &spec) |
| void | o2::framework::on_data_processing_expired (uv_timer_t *handle) |
| void | o2::framework::on_transition_requested_expired (uv_timer_t *handle) |
| O2_DECLARE_DYNAMIC_LOG | ( | calibration | ) |
| O2_DECLARE_DYNAMIC_LOG | ( | device | ) |