|
Impact Acquire SDK Java
|
A class that contains items to configure the behaviour of the GenICam GenTL driver stack. More...
Public Member Functions | |
| PropertyI | createProducerInterfaceConfigurationEntry (String interfaceID) |
| Creates a new interface configuration entry for this producers configuration. | |
| synchronized void | delete () |
| void | deleteProducerInterfaceConfigurationEntry (String interfaceID) |
| Deletes an interface configuration entry from this producers configuration. | |
| GenTLProducerConfiguration (GenTLProducerConfiguration src) | |
| Constructs a new mvIMPACT.acquire.GenTLProducerConfiguration from an existing one. | |
| PropertyI | getEnumerationEnable () |
| An enumerated integer property defining the enumeration behavior this particular GenTL producer. | |
| PropertyI | getInterfaceEnumerationBehaviour (String interfaceID) |
| Returns the interface enumeration behaviour property for the specified interface ID for this particular GenTL producer. | |
| StringPropertyIMap | getInterfaceEnumerationBehaviours () |
| Returns a map containing all the configured interface IDs and their corresponding enumeration behaviour properties for this particular GenTL producer. | |
| String | getProducerName () |
| Returns the name of the GenTL producer associated with this configuration object. | |
| int | hObj () |
| Returns a unique identifier for the component collection referenced by this object. | |
| ComponentCollection | restoreDefault () |
| Restores the default for every component of this collection. | |
Protected Member Functions | |
| void | finalize () |
| GenTLProducerConfiguration (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
| static long | swigRelease (ComponentCollection obj) |
| static long | swigRelease (GenTLProducerConfiguration obj) |
Protected Attributes | |
| transient boolean | swigCMemOwn |
A class that contains items to configure the behaviour of the GenICam GenTL driver stack.
This class contains items to configure the enumeration behaviour of a third party GenTL producer library.
For a comprehensive usage example see the description of the class mvIMPACT.acquire.GenTLDriverConfigurator.
|
protected |
| GenTLProducerConfiguration | ( | GenTLProducerConfiguration | src | ) |
Constructs a new mvIMPACT.acquire.GenTLProducerConfiguration from an existing one.
| src | [in] A constant reference to the mvIMPACT.acquire.GenTLProducerConfiguration object, this object shall be created from |
| PropertyI createProducerInterfaceConfigurationEntry | ( | String | interfaceID | ) |
Creates a new interface configuration entry for this producers configuration.
Usually the parameter passed to this function will be one of the interface IDs of the producers list of reported interfaces in order to configure this particular interface. However it can also be an identifier for an interface not yet connected to the system or not yet available to the producer. No internal checks are performed regarding the validity of the given interface ID.
| interfaceID | [in] The interface ID to create the configuration entry for. |
| synchronized void delete | ( | ) |
Reimplemented from ComponentCollection.
| void deleteProducerInterfaceConfigurationEntry | ( | String | interfaceID | ) |
Deletes an interface configuration entry from this producers configuration.
| interfaceID | [in] The exact interface ID of the producers list of reported interfaces to delete the configuration entry for. |
|
protected |
Reimplemented from ComponentCollection.
| PropertyI getEnumerationEnable | ( | ) |
An enumerated integer property defining the enumeration behavior this particular GenTL producer.
If this property is set to mvIMPACT.acquire.TBoolean.bTrue ALL interfaces of this producer will be enumerated unless a specific interface enumeration behaviour has been set to mvIMPACT.acquire.TInterfaceEnumerationBehaviour.iebForceIgnore.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TBoolean.
| PropertyI getInterfaceEnumerationBehaviour | ( | String | interfaceID | ) |
Returns the interface enumeration behaviour property for the specified interface ID for this particular GenTL producer.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TInterfaceEnumerationBehaviour.
| interfaceID | [in] The interface ID previously passed e.g. to the mvIMPACT.acquire.GenTLProducerConfiguration.createProducerInterfaceConfigurationEntry function. |
| StringPropertyIMap getInterfaceEnumerationBehaviours | ( | ) |
Returns a map containing all the configured interface IDs and their corresponding enumeration behaviour properties for this particular GenTL producer.
The returned map will only contain interface IDs which have explicitly been configured (e.g. by a previous call to mvIMPACT.acquire.GenTLProducerConfiguration.createProducerInterfaceConfigurationEntry. Certain third party interfaces might also have an entry in this map (e.g. if there is a Balluff GenICam GenTL producer supporting the same technology present on the system).
Valid values for the properties are defined by the enumeration mvIMPACT.acquire.TInterfaceEnumerationBehaviour.
| String getProducerName | ( | ) |
Returns the name of the GenTL producer associated with this configuration object.
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotectedinherited |
|
staticprotected |
|
protectedinherited |