5#ifndef COMPAREPSDDIGI_H
6#define COMPAREPSDDIGI_H 1
8#include "gtest/gtest.h"
12 int32_t retValInt {-222};
18 EXPECT_EQ(moduleid, retValInt);
21 EXPECT_EQ(sectionid, retValInt);
XPU_D constexpr auto ToIntegralType(T enumerator) -> typename std::underlying_type< T >::type
static uint32_t GetSystemId(uint32_t address)
Return System identifier from address.
static uint32_t GetSectionId(uint32_t address)
Return sector ID from address.
static uint32_t GetModuleId(uint32_t address)
Return module ID from address.
void comparePsdAddressDataMembers(int32_t address, ECbmModuleId systemid, int32_t moduleid, int32_t sectionid)