You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::string DDPL_StrToDeviceType(info::device_type devTy) The function name is incorrect. The function converts a device_type to a string, so should be DPPL_DeviceTypeToStr. Also, there is a typo in the prefix, should be DPPL and not DDPL.
info::device_type DPPL_DeviceTypeToStr(std::string devTyStr)Same as above, should be DPPL_StrToDeviceType.
Also, can we rename the directory to helper from details?