37 ASSERT_LOG(card,
"Cannot create an RFIDCardPin with null RFIDCard");
38 ASSERT_LOG(pin,
"Cannot create an RFIDCardPin with null PinCode");
std::shared_ptr< PinCode > PinCodePtr
RFIDCardPin()
Create an RFIDCardPin object with default initialized RFIDCard and PinCode object.
This is the header file for a generated source file, GitSHA1.cpp.
std::shared_ptr< RFIDCard > RFIDCardPtr
const PinCode & pin() const
Credentials composed of an RFIDCard and a PIN code.
#define ASSERT_LOG(cond, msg)
const RFIDCard & card() const