ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
▼
roofit
►
batchcompute
►
doc
►
histfactory
►
hs3
►
jsoninterface
►
multiprocess
►
RDataFrameHelpers
►
roofit
►
roofitcore
►
roofitmore
▼
roofitZMQ
▼
res
▼
RooFit_ZMQ
►
functions.h
►
ppoll.h
►
Utility.h
►
ZeroMQPoller.h
►
ZeroMQSvc.h
►
src
►
roostats
►
xroofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
ppoll.h
Go to the documentation of this file.
1
/*
2
* Project: RooFit
3
* Authors:
4
* PB, Patrick Bos, Netherlands eScience Center, p.bos@esciencecenter.nl
5
*
6
* Copyright (c) 2021, CERN
7
*
8
* Redistribution and use in source and binary forms,
9
* with or without modification, are permitted according to the terms
10
* listed in LICENSE (http://roofit.sourceforge.net/license.txt)
11
*/
12
13
#ifndef ROOT_ROOFIT_ZMQ_ppoll
14
#define ROOT_ROOFIT_ZMQ_ppoll
15
16
#include <zmq.hpp>
17
#include <vector>
18
19
namespace
ZMQ
{
20
21
int
ppoll
(
zmq_pollitem_t
*
items_
,
size_t
nitems_
,
long
timeout_
,
const
sigset_t *
sigmask_
);
22
int
ppoll
(std::vector<zmq_pollitem_t> &
items
,
long
timeout_
,
const
sigset_t *
sigmask_
);
23
class
ppoll_error_t
:
public
zmq::error_t {
24
};
25
26
}
// namespace ZMQ
27
28
#endif
// ROOT_ROOFIT_ZMQ_ppoll
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ZMQ::ppoll_error_t
Definition
ppoll.h:23
ZMQ
Definition
functions.h:19
ZMQ::ppoll
int ppoll(zmq_pollitem_t *items_, size_t nitems_, long timeout_, const sigset_t *sigmask_)
Wrapper around zmq_ppoll This function can throw, so wrap in try-catch!
Definition
ppoll.cpp:19
roofit
roofitZMQ
res
RooFit_ZMQ
ppoll.h
ROOT v6-32 - Reference Guide Generated on Wed Apr 9 2025 15:52:00 (GVA Time) using Doxygen 1.10.0