CUST: - FwUpdateSw: - state machine adapted to communication error - unfinished

This commit is contained in:
Thomas Wiedebusch
2024-04-23 19:12:15 +02:00
parent b2c1dfb96e
commit 73f342f3cf
7 changed files with 65 additions and 45 deletions
@@ -115,6 +115,15 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to ERROR: Communication problems!.
/// </summary>
internal static string StrCordonelCommunicationFailed {
get {
return ResourceManager.GetString("StrCordonelCommunicationFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ERROR: Cordonel detection failed.
/// </summary>
@@ -269,7 +278,7 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Properties {
}
/// <summary>
/// Looks up a localized string similar to ERROR: Unknown data container received.
/// Looks up a localized string similar to ERROR: Unknown data container received!.
/// </summary>
internal static string StrDataContainerUnknown {
get {
@@ -227,7 +227,7 @@
<value>Update capability.</value>
</data>
<data name="StrDataContainerUnknown" xml:space="preserve">
<value>ERROR: Unknown data container received</value>
<value>ERROR: Unknown data container received!</value>
</data>
<data name="StrFailedToUpdateApp" xml:space="preserve">
<value>ERROR: Failed to update application:</value>
@@ -688,4 +688,7 @@
<data name="StrRegisterRecoveryWarning" xml:space="preserve">
<value>WARNING: Configuration partially skipped!</value>
</data>
<data name="StrCordonelCommunicationFailed" xml:space="preserve">
<value>ERROR: Communication problems!</value>
</data>
</root>