diff --git a/pogo/CspSubElementMaster.xmi b/pogo/CspSubElementMaster.xmi index ce1f323152605e7a52c54aa96805d639b5479634..c6dfe00a341fa364b2ce81eee038bdba4d885539 100644 --- a/pogo/CspSubElementMaster.xmi +++ b/pogo/CspSubElementMaster.xmi @@ -93,6 +93,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <commands name="LoadFirmware" description="Deploy new versions of software and firmware and 
trigger a restart so that a Component initializes using a 
newly deployed version." execMethod="load_firmware" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> <argin description="The file name or a pointer to the filename , 
the list of components that use software or firmware package (file),
checksum or signing"> <type xsi:type="pogoDsl:StringArrayType"/> diff --git a/pogo/CspSubElementObsDevice.xmi b/pogo/CspSubElementObsDevice.xmi index b13e945a1c9d132521f4d9396c2fb16ff5fe818c..217ebab8475db969d99302381d65493270ff8267 100644 --- a/pogo/CspSubElementObsDevice.xmi +++ b/pogo/CspSubElementObsDevice.xmi @@ -66,6 +66,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <commands name="ConfigureScan" description="Configure the observing device parameters for the current scan," execMethod="configure_scan" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> <argin description="JSON formatted string with the scan configuration."> <type xsi:type="pogoDsl:StringType"/> diff --git a/pogo/CspSubElementSubarray.xmi b/pogo/CspSubElementSubarray.xmi index fae1774ea21a158f13819d526fe227c4a17000bc..6b6b9b8233f4c6936734dda50c207300ee2f978b 100644 --- a/pogo/CspSubElementSubarray.xmi +++ b/pogo/CspSubElementSubarray.xmi @@ -132,6 +132,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <commands name="ObsReset" description="Reset observation state machine to its default state" execMethod="obs_reset" displayLevel="OPERATOR" polledPeriod="0"> <argin description=""> <type xsi:type="pogoDsl:VoidType"/> diff --git a/pogo/SKAAlarmHandler.xmi b/pogo/SKAAlarmHandler.xmi index 5e46b69d59ecc4ee8f8af98968cf56194bd2a88d..d66d34d008ab6022e95a9da57cd966b5d531e002 100644 --- a/pogo/SKAAlarmHandler.xmi +++ b/pogo/SKAAlarmHandler.xmi @@ -104,6 +104,15 @@ </argout> <status abstract="false" inherited="true" concrete="true" concreteHere="false"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <commands name="GetVersionInfo" description="Array of version strings of all entities modelled by this device. 
(One level down only)
Each string in the array lists the version info for one entity
managed by this device. 
The first entry is version info for this TANGO Device itself.
The entities may be TANGO devices, or hardware LRUs or 
anything else this devices manages/models.
The intention with this command is that it can provide more 
detailed information than can be captured in the versionId 
and buildState attributes, if necessary.
In the minimal case the GetVersionInfo will contain only the 
versionId and buildState attributes of the next lower level
entities." execMethod="get_version_info" displayLevel="OPERATOR" polledPeriod="0"> <argin description=""> <type xsi:type="pogoDsl:VoidType"/> diff --git a/pogo/SKABaseDevice.xmi b/pogo/SKABaseDevice.xmi index 2678ee5918496c035f69c983bfa0fc2b2a884617..dec232f5082926c656a64ab642c186dfe07d91ff 100644 --- a/pogo/SKABaseDevice.xmi +++ b/pogo/SKABaseDevice.xmi @@ -59,6 +59,15 @@ </argout> <status abstract="false" inherited="false" concrete="true" concreteHere="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="false" concrete="true" concreteHere="true"/> + </commands> <attributes name="buildState" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false"> <dataType xsi:type="pogoDsl:StringType"/> <dataReadyEvent fire="false" libCheckCriteria="true"/> diff --git a/pogo/SKACapability.xmi b/pogo/SKACapability.xmi index 2a12b45be7b1ccd32ed2b4e9fe1f3e94f26b2ad1..824d079a622c53f84d072c48a429ef86ee566eae 100644 --- a/pogo/SKACapability.xmi +++ b/pogo/SKACapability.xmi @@ -81,6 +81,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <attributes name="activationTime" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false"> <dataType xsi:type="pogoDsl:DoubleType"/> <changeEvent fire="false" libCheckCriteria="false"/> diff --git a/pogo/SKALogger.xmi b/pogo/SKALogger.xmi index d61abf2f20dd94cfa3d5f369f326c8a73cc0830a..b1531989dabd7b95b1accbe272f2b10c9ff5b63a 100644 --- a/pogo/SKALogger.xmi +++ b/pogo/SKALogger.xmi @@ -69,6 +69,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <attributes name="buildState" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true"> <dataType xsi:type="pogoDsl:StringType"/> <status abstract="false" inherited="true" concrete="true"/> diff --git a/pogo/SKAMaster.xmi b/pogo/SKAMaster.xmi index 2862a87a3f36ce3ca1de6d0d818fa2e325f4431c..8463630a2e3a6ebea32856698e3296e23632f93c 100644 --- a/pogo/SKAMaster.xmi +++ b/pogo/SKAMaster.xmi @@ -82,6 +82,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <attributes name="elementLoggerAddress" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false"> <dataType xsi:type="pogoDsl:StringType"/> <changeEvent fire="false" libCheckCriteria="false"/> diff --git a/pogo/SKAObsDevice.xmi b/pogo/SKAObsDevice.xmi index ca0feba3a37b6f97eec259d79e7ce8fc02dbec93..d10090156d372e8032ac19abaf881c70b8a0fb35 100644 --- a/pogo/SKAObsDevice.xmi +++ b/pogo/SKAObsDevice.xmi @@ -60,6 +60,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <attributes name="obsState" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false"> <dataType xsi:type="pogoDsl:EnumType"/> <changeEvent fire="true" libCheckCriteria="true"/> diff --git a/pogo/SKASubarray.xmi b/pogo/SKASubarray.xmi index e5a277d64ece861a7040200061bec9e723a9cbf6..b5e5e06f3f1daf79a8816028b09d8c4a0cb295b3 100644 --- a/pogo/SKASubarray.xmi +++ b/pogo/SKASubarray.xmi @@ -131,6 +131,15 @@ </argout> <status abstract="false" inherited="true" concrete="true" concreteHere="false"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <commands name="ObsReset" description="Reset observation state machine to its default state" execMethod="obsreset" displayLevel="OPERATOR" polledPeriod="0"> <argin description=""> <type xsi:type="pogoDsl:VoidType"/> diff --git a/pogo/SKATelState.xmi b/pogo/SKATelState.xmi index 39cbae8303c738ca75d78a6e9ac3fcca8cba30d6..4c3e3142d043862a8fa27b2ebb57433150eaa47d 100644 --- a/pogo/SKATelState.xmi +++ b/pogo/SKATelState.xmi @@ -64,6 +64,15 @@ </argout> <status abstract="false" inherited="true" concrete="true"/> </commands> + <commands name="DebugDevice" description="Enables remote debugging of this device" execMethod="debug_device" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false"> + <argin description=""> + <type xsi:type="pogoDsl:VoidType"/> + </argin> + <argout description="TCP port debugger is listening on"> + <type xsi:type="pogoDsl:UShortType"/> + </argout> + <status abstract="false" inherited="true" concrete="true"/> + </commands> <attributes name="buildState" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true"> <dataType xsi:type="pogoDsl:StringType"/> <status abstract="false" inherited="true" concrete="true"/>