fwInstallation
8.4.1
|
Functions | |
int | fwInstallationUpgrade_isToolVersionSameAsInDB (bool &desiredVersion) |
void | fwInstallationUpgrade_switchToManualAndStop () |
Variables | |
const string | csFwInstallationUpgradeLibVersion = "8.4.1" |
This library contains all functions to handle remote upgrade request of the FW Component Installation Tool in the local project. The functions in these library are not intended to be called from user scripts
int fwInstallationUpgrade_isToolVersionSameAsInDB | ( | bool & | desiredVersion | ) |
Check if we run for the first time as a new version (an upgrade was made), it will set reference to true if the current running version is the same as in DB, false if current version differs from the one in DB.
desiredVersion | - output, if current version matches version in DB |
void fwInstallationUpgrade_switchToManualAndStop | ( | ) |
Set installation agent to manual and kill, then wait for it to happen. This is used as a safety measure in case something bad happens.
const string csFwInstallationUpgradeLibVersion = "8.4.1" |
Version of this library. Used to determine the coherency of all libraries of the installation tool Please do not edit it manually