diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index 7b617ddaa..409dd1cfc 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -72,6 +72,11 @@ namespace Tango.PPC.Common public DeploymentSlot DeploymentSlot { get; set; } /// <summary> + /// Gets or sets a value indicating whether to enable the watch dog process. + /// </summary> + public bool EnableWatchDog { get; set; } + + /// <summary> /// Gets the machine service address. /// </summary> /// <returns></returns> @@ -91,6 +96,7 @@ namespace Tango.PPC.Common ExternalBridgePassword = "Aa123456"; HotSpotPassword = "Aa123456"; DeploymentSlot = DeploymentSlot.TEST; + EnableWatchDog = true; } } } |
