1 #ifndef IOPool_Streamer_MsgTools_h 2 #define IOPool_Streamer_MsgTools_h 23 unsigned long long a =
v[0],
b =
v[1],
c =
v[2],
d =
v[3];
24 unsigned long long e =
v[4],
f =
v[5],
g =
v[6],
h =
v[7];
25 a |= (
b << 8) | (
c << 16) | (
d << 24) | (
e << 32) | (
f << 40) | (
g << 48) | (
h << 56);
31 unsigned int a =
v[0],
b =
v[1],
c =
v[2],
d =
v[3];
32 a |= (
b << 8) | (
c << 16) | (
d << 24);
38 unsigned int a =
v[0],
b =
v[1];
45 v[1] = (
i >> 8) & 0xff;
46 v[2] = (
i >> 16) & 0xff;
47 v[3] = (
i >> 24) & 0xff;
52 v[1] = (
i >> 8) & 0xff;
57 v[1] = (li >> 8) & 0xff;
58 v[2] = (li >> 16) & 0xff;
59 v[3] = (li >> 24) & 0xff;
60 v[4] = (li >> 32) & 0xff;
61 v[5] = (li >> 40) & 0xff;
62 v[6] = (li >> 48) & 0xff;
63 v[7] = (li >> 56) & 0xff;
75 for (Strings::const_iterator beg =
names.begin(); beg !=
names.end(); ++beg) {
88 std::istringstream ist(
std::string(reinterpret_cast<char*>(from), from_len));
89 typedef std::istream_iterator<std::string> Iter;
90 std::copy(Iter(ist), Iter(), std::back_inserter(
to));
uint16 convert16(char_uint16 v)
unsigned char char_uint16[sizeof(uint16)]
void convert(uint32 i, char_uint32 v)
uint64 convert64(char_uint64 v)
unsigned char char_uint64[sizeof(uint64)]
uint32 convert32(char_uint32 v)
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
unsigned long long uint64
unsigned char char_uint32[sizeof(uint32)]
std::vector< std::string > Strings
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.
T first(std::pair< T, U > const &p)