This is historical information of device classes implemented in Restarter device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/SoftwareSystem/Restarter
Contact:
Class Description
Server to watch other Server and to restart them automatically if they terminate.
Families: Miscellaneous
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
WatchedServersSpectrum: DevString | — |
ExcludedServersSpectrum: DevString | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
ExcludeServerInput: DevVarStringArray List of servers to exclude from watch list Output: DevVoid |
Exclude Server <argin> from watch list |
AddServerInput: DevVarStringArray List of servers previously excluded from watch list Output: DevVoid |
Add previously excluded Servers <argin> to watch list again |
RestartCrashedInput: DevVoid Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
MaxWatchedServersDevUShort | Maximum number od servers that can be watched |
PollingPeriodDevShort | Polling period in sec |
Updated:
The device class has been updated.
You are looking at this version now.
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
2 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.