Project
Loading...
Searching...
No Matches
DriverServerContext.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
12#ifndef O2_FRAMEWORK_DRIVERSERVERCONTEXT_H_
13#define O2_FRAMEWORK_DRIVERSERVERCONTEXT_H_
14
23
24#include <uv.h>
25#include <vector>
26
27namespace o2::framework
28{
29struct DriverInfo;
30struct ServiceRegistry;
31struct GuiCallbackContext;
32struct StatusWebSocketHandler;
33
36 uv_loop_t* loop = nullptr;
37 std::vector<DeviceControl>* controls = nullptr;
38 std::vector<DeviceInfo>* infos = nullptr;
39 std::vector<DataProcessingStates>* states = nullptr;
40 std::vector<DeviceSpec>* specs = nullptr;
41 std::vector<DeviceMetricsInfo>* metrics = nullptr;
42 std::vector<ServiceMetricHandling>* metricProcessingCallbacks = nullptr;
43 std::vector<ServiceSummaryHandling>* summaryCallbacks = nullptr;
44
45 DriverInfo* driver = nullptr;
51 bool isDriver = false;
52
55 std::vector<StatusWebSocketHandler*> statusHandlers;
56
59 uv_tcp_t serverHandle;
61};
62} // namespace o2::framework
63
64#endif // O2_FRAMEWORK_DRIVERSERVERCONTEXT_H_
struct uv_async_s uv_async_t
struct uv_loop_s uv_loop_t
GLsizei GLenum const void GLuint GLsizei GLfloat * metrics
Definition glcorearb.h:5500
GLuint * states
Definition glcorearb.h:4932
Defining PrimaryVertex explicitly as messageable.
Definition Cartesian.h:288
std::vector< ServiceMetricHandling > * metricProcessingCallbacks
std::vector< DeviceSpec > * specs
std::vector< ServiceSummaryHandling > * summaryCallbacks
std::vector< StatusWebSocketHandler * > statusHandlers
std::vector< DeviceInfo > * infos
std::vector< DeviceControl > * controls