1 #ifndef IOPool_Streamer_MsgTools_h 2 #define IOPool_Streamer_MsgTools_h 22 unsigned long long a =
v[0],
b =
v[1],
c =
v[2],
d =
v[3];
23 unsigned long long e =
v[4],
f =
v[5],
g =
v[6],
h =
v[7];
24 a |= (
b << 8) | (
c << 16) | (
d << 24) | (
e << 32) | (
f << 40) | (
g << 48) | (
h << 56);
30 unsigned int a =
v[0],
b =
v[1],
c =
v[2],
d =
v[3];
31 a |= (
b << 8) | (
c << 16) | (
d << 24);
37 unsigned int a =
v[0],
b =
v[1];
44 v[1] = (
i >> 8) & 0xff;
45 v[2] = (
i >> 16) & 0xff;
46 v[3] = (
i >> 24) & 0xff;
51 v[1] = (
i >> 8) & 0xff;
56 v[1] = (li >> 8) & 0xff;
57 v[2] = (li >> 16) & 0xff;
58 v[3] = (li >> 24) & 0xff;
59 v[4] = (li >> 32) & 0xff;
60 v[5] = (li >> 40) & 0xff;
61 v[6] = (li >> 48) & 0xff;
62 v[7] = (li >> 56) & 0xff;
74 for (Strings::const_iterator beg =
names.begin(); beg !=
names.end(); ++beg) {
87 std::istringstream ist(
std::string(reinterpret_cast<char*>(from), from_len));
88 typedef std::istream_iterator<std::string> Iter;
89 std::copy(Iter(ist), Iter(), std::back_inserter(
to));
const std::string names[nVars_]
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Func copy_all(ForwardSequence &s, Func f)
wrappers for copy
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.