Program Listing for File hw_ident.h#

Return to documentation for file (interfaces\hw_ident.h)

#ifndef __IDL_GENERATED__HW_IDENT_H__20251008_120502_276__
#define __IDL_GENERATED__HW_IDENT_H__20251008_120502_276__

#ifdef _MSC_VER
// Prevent bogus warnings about uninitialized members during static code analysis.
#pragma warning(push)
#pragma warning(disable : 26495)
#endif

// Provide fixed width integer types.
#include <cstdint>

#include "core.h"

namespace sdv
{
    namespace hardware
    {
        interface IHardwareID
        {
            static constexpr ::sdv::interface_id _id = 0x066FE45EDB695347;

            virtual uint64_t GetHardwareID() = 0;
        };
    }
}

#ifdef _MSC_VER
#pragma warning(pop)
#endif

#endif // !defined(__IDL_GENERATED__HW_IDENT_H__20251008_120502_276__)