GenTL_DeviceDescriptor
Description
Stores information about single GenTL device.
struct GenTL_DeviceDescriptor
{
atl::String DeviceId;
atl::String InterfaceId;
atl::String LibraryPath;
atl::String DeviceDisplayName;
atl::String DeviceModel;
atl::String TLType;
};
- DeviceId - unique id, identifying device in its interface (a primary id of device), that can be used in GenTL_OpenDevice function.
- InterfaceId - id of communication interface that is used to access this device. This id can be used in GenTL_OpenDevice function.
- LibraryPath - path identifying the GenTL provider library that is used to access this device. This id can be used in GenTL_OpenDevice function.
- DeviceDisplayName - human readable name of device defined by provider.
- DeviceModel - device model name
- TLType - textual name of Transport Technology Type of this device.
