#include <OmtfRpcDataWord64.h>
Definition at line 9 of file OmtfRpcDataWord64.h.
◆ RpcDataWord64() [1/2]
omtf::RpcDataWord64::RpcDataWord64 |
( |
Word64 |
data | ) |
|
|
inline |
◆ RpcDataWord64() [2/2]
omtf::RpcDataWord64::RpcDataWord64 |
( |
| ) |
|
|
inline |
◆ bxNum()
unsigned int omtf::RpcDataWord64::bxNum |
( |
| ) |
const |
|
inline |
◆ empty()
unsigned int omtf::RpcDataWord64::empty |
( |
void |
| ) |
const |
|
inline |
◆ frame1()
unsigned int omtf::RpcDataWord64::frame1 |
( |
| ) |
const |
|
inline |
◆ frame2()
unsigned int omtf::RpcDataWord64::frame2 |
( |
| ) |
const |
|
inline |
◆ frame3()
unsigned int omtf::RpcDataWord64::frame3 |
( |
| ) |
const |
|
inline |
◆ linkNum()
unsigned int omtf::RpcDataWord64::linkNum |
( |
| ) |
const |
|
inline |
◆ type()
unsigned int omtf::RpcDataWord64::type |
( |
| ) |
const |
|
inline |
◆ OmtfPacker
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const RpcDataWord64 & |
o |
|
) |
| |
|
friend |
Definition at line 6 of file OmtfRpcDataWrod64.cc.
7 out <<
"RpcDataWord64: " 10 out <<
" frame1: 0x" <<
o.frame1_;
12 out <<
" (" << std::bitset<16>(
o.frame1_) <<
")";
13 out <<
" frame2: 0x" <<
o.frame2_;
15 out <<
" (" << std::bitset<16>(
o.frame2_) <<
")";
16 out <<
" frame3: 0x" <<
o.frame3_;
18 out <<
" (" << std::bitset<16>(
o.frame3_) <<
")";
◆ RpcPacker
◆ @516
◆ bxNum_
uint64_t omtf::RpcDataWord64::bxNum_ |
◆ empty_
uint64_t omtf::RpcDataWord64::empty_ |
◆ frame1_
uint64_t omtf::RpcDataWord64::frame1_ |
◆ frame2_
uint64_t omtf::RpcDataWord64::frame2_ |
◆ frame3_
uint64_t omtf::RpcDataWord64::frame3_ |
◆ linkNum_
uint64_t omtf::RpcDataWord64::linkNum_ |
◆ rawData
uint64_t omtf::RpcDataWord64::rawData |
◆ type_
uint64_t omtf::RpcDataWord64::type_ |
Definition at line 34 of file OmtfRpcDataWord64.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), and type().