Skip to content

Fix DeviceAttribute constructor for short and enum data types (#392)

Add tests for DeviceAttribute constructors and tests for insertion operators for short and enum types. DeviceAttribute::get_type() no longer throws an exception when DeviceAttribute object is empty. It now returns DATA_TYPE_UNKNOWN in this case.

Merge request reports