Group IDeviceInfo_h¶
Public Attributes¶
| Type | Name |
|---|---|
| interface SPINNAKER_API_ABSTRACT | IDeviceInfo = /* multi line expression */Interface to get information about the device (= nodemap) |
Public Functions¶
| Type | Name |
|---|---|
| virtual void | GetDeviceVersion (GenICam::Version_t & Version) = 0 |
| virtual void | GetGenApiVersion (GenICam::Version_t & Version, uint16_t & Build) = 0 |
| virtual GenICam::gcstring | GetProductGuid () = 0 |
| virtual void | GetSchemaVersion (GenICam::Version_t & Version) = 0 |
| virtual GenICam::gcstring | GetStandardNameSpace () = 0 |
| virtual GenICam::gcstring | GetToolTip () = 0 |
| virtual GenICam::gcstring | GetVendorName () = 0 |
| virtual GenICam::gcstring | GetVersionGuid () = 0 |
Public Attributes Documentation¶
variable IDeviceInfo¶
Interface to get information about the device (= nodemap)
Public Functions Documentation¶
function GetDeviceVersion¶
Get the version of the device description file
function GetGenApiVersion¶
Get the version of the DLL's GenApi implementation
function GetProductGuid¶
Get the Guid describing the product
function GetSchemaVersion¶
Get the schema version number
function GetStandardNameSpace¶
Get the standard name space
function GetToolTip¶
Get tool tip
Get a short description of the node
function GetVendorName¶
Get the vendor name
function GetVersionGuid¶
Get the Guid describing the product version