GenTL_LibraryDescriptor
Description
This function stores extended information about GenTL provider library (its system module), also known as Transport Layer information.
struct GenTL_LibraryDescriptor
{
atl::String Id;
atl::String Vendor;
atl::String Version;
atl::String DisplayName;
};
- Id - unique identifier defined by provider (not used in AVL GenTL subsystem).
- Vendor - library vendor name.
- Version - library revision.
- DisplayName - user readable name defined by provider.
