Ticket #5751 (closed: fixed)
Add method to Run class to clear time-series logs
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.3 |
Component: | Mantid | Keywords: | LiveData, ADARA |
Cc: | Blocked By: | ||
Blocking: | Tester: | Wenduo Zhou |
Description (last modified by Russell Taylor) (diff)
In order to facilitate the easier collection of log/slow controls data in the live listener, we need a method to clear all the TimeSeriesProperties in the present Run object.
This is required because they are copied over from a parent workspace (within the live listener), and would then be combined in a Plus operation on the chunks.
Change History
comment:2 Changed 8 years ago by Russell Taylor
Re #5751. Tidy up - pass by reference.
Changeset: fe01aeaa3af27be504a9cd5b03720dc5cc6e7a03
comment:3 Changed 8 years ago by Russell Taylor
Re #5751. Add a method to empty the contents of a TimeSeriesProperty.
Also (a) add a non-templated interface to the class, and
(b) rename member variables to meet coding standards.
Changeset: cd5eb1498df8f3fb034732a98cb56242b16c1d5d
comment:4 Changed 8 years ago by Russell Taylor
Re #5751. Add a method to run to clear out all time-series logs.
This is needed for live-data work.
Changeset: 012a3df008e34c24b849c02e5a3d9c33e73f91a5
comment:5 Changed 8 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
- Description modified (diff)
- Summary changed from Additional methods in Run class for live data to Add method to Run class to clear time-series logs
comment:6 Changed 8 years ago by Russell Taylor
Re #5751. Tidy up - pass by reference.
Changeset: fe01aeaa3af27be504a9cd5b03720dc5cc6e7a03
comment:7 Changed 8 years ago by Russell Taylor
Re #5751. Add a method to empty the contents of a TimeSeriesProperty.
Also (a) add a non-templated interface to the class, and
(b) rename member variables to meet coding standards.
Changeset: cd5eb1498df8f3fb034732a98cb56242b16c1d5d
comment:8 Changed 8 years ago by Russell Taylor
Re #5751. Add a method to run to clear out all time-series logs.
This is needed for live-data work.
Changeset: 012a3df008e34c24b849c02e5a3d9c33e73f91a5
comment:9 Changed 8 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6597