Impact Acquire SDK Java
|
Defines the way component lists are imported and exported. More...
Static Public Attributes | |
static final int | sfCreateMissingEntries = acquireJNI.sfCreateMissingEntries_get() |
If set ALL entries in the store data will be created. | |
static final int | sfDefault = acquireJNI.sfDefault_get() |
A dummy flag to specify the default behaviour. | |
static final int | sfDontProcessDefault = acquireJNI.sfDontProcessDefault_get() |
Specifies if the 'is-default' flag for components shall be ignored during import/export operations. | |
static final int | sfFile = acquireJNI.sfFile_get() |
Stores/loads the setting in/from an XML file. | |
static final int | sfIgnoreBasicData = acquireJNI.sfIgnoreBasicData_get() |
Specifies if basic data shall be processed. | |
static final int | sfIgnoreInvisible = acquireJNI.sfIgnoreInvisible_get() |
Specifies if invisible components shall be processed. | |
static final int | sfIgnorePropData = acquireJNI.sfIgnorePropData_get() |
If set data for properties will no be updated. | |
static final int | sfNative = acquireJNI.sfNative_get() |
Stores/loads the setting in/from a platform dependent location. | |
static final int | sfProcessDisplayName = acquireJNI.sfProcessDisplayName_get() |
If set the display name will be processed. | |
static final int | sfProcessDocString = acquireJNI.sfProcessDocString_get() |
If set the documentation string will be processed. | |
static final int | sfProcessGenICamSequencerData = acquireJNI.sfProcessGenICamSequencerData_get() |
Processes GenICam sequencer set related data during a storage operation. | |
static final int | sfProcessGenICamUserSetData = acquireJNI.sfProcessGenICamUserSetData_get() |
Processes GenICam user set related data during a storage operation. | |
static final int | sfProcessInheritance = acquireJNI.sfProcessInheritance_get() |
If set the lists inheritance relationship will be processed. | |
static final int | sfProcessPropConstantsDict = acquireJNI.sfProcessPropConstantsDict_get() |
If set the defined constants for properties will be processed. | |
static final int | sfProcessPropTranslationDict = acquireJNI.sfProcessPropTranslationDict_get() |
If set properties translation dictionaries will be processed for this import/export operation. | |
static final int | sfProcessReadOnlyComponents = acquireJNI.sfProcessReadOnlyComponents_get() |
If set read-only components will be processed for this import/export operation. | |
static final int | sfRAM = acquireJNI.sfRAM_get() |
Stores/loads the setting in/from RAM file. | |
static final int | sfRaw = acquireJNI.sfRaw_get() |
Stores/loads the setting in raw mode. | |
static final int | sfVolatile = acquireJNI.sfVolatile_get() |
Stores lists volatile. | |
Defines the way component lists are imported and exported.
Component lists can be imported and exported from/to XML files and (under Windows©) from/into the Registry. These flags define how this is done.
|
static |
If set ALL entries in the store data will be created.
When loading a setting not only the current lists data will be updated, but also properties, lists or data, which is found in the storage location but not in the setting to update will be added to the setting as well.
|
static |
A dummy flag to specify the default behaviour.
Store/load operations will done in XML format in this case.
|
static |
Specifies if the 'is-default' flag for components shall be ignored during import/export operations.
If this flag is set the 'is-default' flag will not be processed during this import/export operation.
|
static |
Stores/loads the setting in/from an XML file.
If this flag is specified the data will be imported/exported from/to an XML file.
|
static |
Specifies if basic data shall be processed.
For e.g. settings it's not necessary to import/export information about the value type for properties or the size of lists etc. as this information is available internally anyway. So interface functions dealing with settings should specify this flag in any case.
|
static |
Specifies if invisible components shall be processed.
When invisible data doesn't need to be processed this flag can be specified. Invisible components do not influence the current systems behaviour.
|
static |
If set data for properties will no be updated.
If this flag is set the values stored by the property will be ignored for this import/export operation.
|
static |
Stores/loads the setting in/from a platform dependent location.
Under Windows© the Registry will be used to as a platform dependent location, while under other platforms an XML file will be processed in the path specified as the settings name.
|
static |
If set the display name will be processed.
If this flag is set the display name will be processed for this import/export operation.
|
static |
If set the documentation string will be processed.
If this flag is set the documentation string will be processed for this import/export operation.
|
static |
Processes GenICam sequencer set related data during a storage operation.
|
static |
Processes GenICam user set related data during a storage operation.
|
static |
If set the lists inheritance relationship will be processed.
If this flag is set the inheritance relationship between lists will be processed for the current import/export operation.
|
static |
If set the defined constants for properties will be processed.
If this flag is set the defined constants for properties will be processed for this import/export operation.
|
static |
If set properties translation dictionaries will be processed for this import/export operation.
This option forces the function to process the translation dictionaries, which might be assigned to properties.
|
static |
If set read-only components will be processed for this import/export operation.
When importing, exporting or updating a component list components with the mvIMPACT.acquire.TComponentFlag.cfWriteAccess not set will be ignored.
|
static |
Stores/loads the setting in/from RAM file.
If this flag is specified the data will be imported/exported from/to RAM. Data stored this way should be freed when no longer needed to avoid a waste of memory. However when shutting down Impact Acquire completely (e.g. when unloading the mvPropHandling library from memory all memory allocated by settings stored this way will be freed automatically).
|
static |
Stores/loads the setting in raw mode.
|
static |
Stores lists volatile.
under Windows© when the mvIMPACT.acquire.TStorageFlag.sfNative flag is set this will store the component list as a volatile key in the Registry. This means that the data will remain in the Registry until the system is shut down.