Declaration of CFirmwareUpdateInfo. More...
#include <GenICamFwd.h>
#include <Base/GCString.h>
#include <FirmwareUpdate/FirmwareUpdateDll.h>
#include <FirmwareUpdate/FirmwareUpdateLinkage.h>
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CFirmwareUpdateInfo |
Identifies a single firmware update and holds information about the firmware update. More... | |
Namespaces | |
GENAPI_NAMESPACE | |
Lexical analyzer for CIntSwissKnife. | |
Variables | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_Description = "Description" |
Key for the description of the update. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_PersistenceSupport_Full = "full" |
A possible value for the persistence support. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_PersistenceSupport_None = "none" |
A possible value for the persistence support. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_ReleaseNotes = "ReleaseNotes" |
Key for the release notes of the update. This key is optional and may not be present. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_ReleaseNotesURL = "ReleaseNotesURL" |
Key for a link to a web page with more release notes. This key is optional and may not be present. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_SequencerSetPersistence = "SequencerSetPersistence" |
Key for the support of sequencer set persistence. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_UserSetPersistence = "UserSetPersistence" |
Key for the support of user set persistence. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_Version = "Version" |
Key for the version of the update. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_VersionExtractionPattern = "VersionExtractionPattern" |
Key for the regular expression to extract the device version from the DeviceFirmwareVersion node value of a device. This key is optional and may not be present. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoKey_VersionStyle = "VersionStyle" |
Key for the format name of the version value. This key is optional and may not be present. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoValue_VersionStyle_Dotted = "dotted" |
A possible value for the version style key. More... | |
static const char *const | GENAPI_NAMESPACE::FirmwareUpdateInfoValue_VersionStyle_SemVer = "semver" |
A possible value for the version style key. More... | |
Declaration of CFirmwareUpdateInfo.
Definition in file FirmwareUpdateInfo.h.