Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
IDeviceInfo Interface

Functions

virtual GenICam::gcstring GetVendorName ()=0
 Get the vendor name.
 
virtual GenICam::gcstring GetToolTip ()=0
 Get tool tip.
 
virtual GenICam::gcstring GetStandardNameSpace ()=0
 Get the standard name space.
 
virtual void GetGenApiVersion (GenICam::Version_t &Version, uint16_t &Build)=0
 Get the version of the DLL's GenApi implementation.
 
virtual void GetSchemaVersion (GenICam::Version_t &Version)=0
 Get the schema version number.
 
virtual void GetDeviceVersion (GenICam::Version_t &Version)=0
 Get the version of the device description file.
 
virtual GenICam::gcstring GetProductGuid ()=0
 Get the Guid describing the product.
 
virtual GenICam::gcstring GetVersionGuid ()=0
 Get the Guid describing the product version.
 

Variables

interface SPINNAKER_API_ABSTRACT IDeviceInfo
 Interface to get information about the device (= nodemap)
 

Detailed Description

Function Documentation

◆ GetDeviceVersion()

virtual void GetDeviceVersion ( GenICam::Version_t Version)
pure virtual

Get the version of the device description file.

◆ GetGenApiVersion()

virtual void GetGenApiVersion ( GenICam::Version_t Version,
uint16_t &  Build 
)
pure virtual

Get the version of the DLL's GenApi implementation.

◆ GetProductGuid()

virtual GenICam::gcstring GetProductGuid ( )
pure virtual

Get the Guid describing the product.

◆ GetSchemaVersion()

virtual void GetSchemaVersion ( GenICam::Version_t Version)
pure virtual

Get the schema version number.

◆ GetStandardNameSpace()

virtual GenICam::gcstring GetStandardNameSpace ( )
pure virtual

Get the standard name space.

◆ GetToolTip()

virtual GenICam::gcstring GetToolTip ( )
pure virtual

Get tool tip.

Get a short description of the node.

◆ GetVendorName()

virtual GenICam::gcstring GetVendorName ( )
pure virtual

Get the vendor name.

◆ GetVersionGuid()

virtual GenICam::gcstring GetVersionGuid ( )
pure virtual

Get the Guid describing the product version.

Variable Documentation

◆ IDeviceInfo

Initial value:
{
virtual GenICam::gcstring GetModelName() = 0

Interface to get information about the device (= nodemap)