34 (((1 << fgkSystemBits) - 1)) + (((1 << fgkSmIdBits) - 1) << fgkSmIdOffset)
35 + (((1 << fgkSmTypeBits) - 1) << fgkSmTypeOffset) + (((1 << fgkRpcIdBits) - 1) << fgkRpcIdOffset)
36 + (((1 << fgkRpcTypeBits) - 1) << fgkRpcTypeOffset);
39 (((1 << fgkSystemBits) - 1)) + (((1 << fgkSmIdBits) - 1) << fgkSmIdOffset)
40 + (((1 << fgkSmTypeBits) - 1) << fgkSmTypeOffset) + (((1 << fgkRpcIdBits) - 1) << fgkRpcIdOffset);
43 (((1 << fgkSystemBits) - 1)) + (((1 << fgkSmIdBits) - 1) << fgkSmIdOffset)
44 + (((1 << fgkSmTypeBits) - 1) << fgkSmTypeOffset) + (((1 << fgkRpcIdBits) - 1) << fgkRpcIdOffset)
45 + (((1 << fgkChannelIdBits) - 1) << fgkChannelIdOffset);
59 std::stringstream msg;
60 msg << std::hex <<
"0x" << setw(8) << setfill(
'0') << address << std::dec << setfill(
' ');
static const int32_t fgkSystemBits
static const int32_t fgkSmIdBits
static const int32_t fgkChannelIdOffset
static const int32_t fgkiRpcFullIdMask
static const int32_t fgkRpcIdOffset
static const int32_t fgkChannelSideBits
static const int32_t fgkiModFullIdMask
static const int32_t fgkSmTypeBitmask
static const int32_t fgkChannelSideBitmask
static const int32_t fgkSmIdOffset
static int32_t GetRpcType(uint32_t address)
static int32_t GetSmId(uint32_t address)
static const int32_t fgkChannelIdBits
static const int32_t fgkSmTypeOffset
static const int32_t fgkRpcTypeBitmask
static const int32_t fgkRpcIdBits
static int32_t GetRpcId(uint32_t address)
static const int32_t fgkSmIdBitmask
static const int32_t fgkRpcIdBitmask
static const int32_t fgkChannelIdBitmask
static const int32_t fgkSystemIdBitmask
static int32_t GetSmType(uint32_t address)
static int32_t GetChannelSide(uint32_t address)
static const int32_t fgkiStripFullIdMask
static std::string ToString(int32_t address)
static int32_t GetChannelId(uint32_t address)
static const int32_t fgkChannelSideOffset
static const int32_t fgkSmTypeBits
static const int32_t fgkRpcTypeOffset