CbmRoot
mRichSupport Namespace Reference

Functions

std::string GetBinaryRepresentation (size_t const size, uint8_t const *const ptr)
 
std::string GetHexRepresentation (size_t const size, uint8_t const *const ptr)
 
std::string GetWordHexRepr (uint8_t const *const ptr)
 
std::string GetWordHexReprInv (uint8_t const *const ptr)
 
void SwapBytes (size_t const size, uint8_t const *ptr)
 
void PrintRaw (size_t const size, uint8_t const *const ptr)
 

Function Documentation

◆ GetBinaryRepresentation()

std::string mRichSupport::GetBinaryRepresentation ( size_t const  size,
uint8_t const *const  ptr 
)

Definition at line 5 of file CbmMcbm2018UnpackerUtilRich.cxx.

References i.

◆ GetHexRepresentation()

std::string mRichSupport::GetHexRepresentation ( size_t const  size,
uint8_t const *const  ptr 
)

◆ GetWordHexRepr()

◆ GetWordHexReprInv()

std::string mRichSupport::GetWordHexReprInv ( uint8_t const *const  ptr)

Definition at line 68 of file CbmMcbm2018UnpackerUtilRich.cxx.

Referenced by PrintRaw().

◆ PrintRaw()

void mRichSupport::PrintRaw ( size_t const  size,
uint8_t const *const  ptr 
)

Definition at line 102 of file CbmMcbm2018UnpackerUtilRich.cxx.

References GetWordHexReprInv().

◆ SwapBytes()