17 return (UInt_t)fCoboIdx;
21 return {(UInt_t)fAsadMask};
25 return (UInt_t)f2pMode;
29 return (UInt_t)fUNUSED;
44 memset(&fCoboIdx, 0,
sizeof(uint8_t));
45 memset(&fAsadMask, 0,
sizeof(uint8_t));
46 memset(&f2pMode, 0,
sizeof(uint8_t));
47 memset(&fUNUSED, 0,
sizeof(uint8_t));
56 stream.read((Char_t *)&fCoboIdx, 1);
57 stream.read((Char_t *)&fAsadMask, 1);
58 stream.read((Char_t *)&f2pMode, 1);
59 stream.read((Char_t *)&fUNUSED, 1);
64 cout << showbase << hex;
65 cout <<
" == GETTopologyFrame =======================" << endl;
67 cout <<
" - Endianness: " << (
IsLittleEndian() ?
"Little" :
"Big") << endl;
68 cout <<
" - Blobness: " << (
IsBlob() ?
"YES" :
"NO") << endl;
69 cout <<
" - UnitBlock: " << dec <<
GetUnitBlock() <<
" Bytes" << hex << endl;
71 <<
" Blocks = " <<
GetFrameSize() << hex <<
" Bytes)" << endl;
77 cout <<
" 2pMode: " <<
Get2pMode() << endl;
78 cout <<
" UNUSED: " <<
GetUNUSED() << endl;
79 cout <<
" ===========================================" << endl;