Ticket #6554 (closed: fixed)
Code cleanups for SNS Live Listener
Reported by: | Ross Miller | Owned by: | Ross Miller |
---|---|---|---|
Priority: | major | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
A few minor changes to the Live Listener: won't really affect performance, but will make the code a little cleaner.
Change History
comment:2 Changed 8 years ago by Ross Miller
Switch LiveListener to new ADARA parser API
Refs #6554
Changeset: f0c0d6a825282830eed09d3b61e813f9bb60709d
comment:3 Changed 8 years ago by Ross Miller
Minor cleanups to XML parsing code
I was using a somewhat round-about method of parsing the XML code in DeviceDecriptor packets. This change removes a few lines of code and a couple of #include.
Refs #6554
Changeset: 6131175e4fcf39211d5e3e60541c128d07e07d82
comment:4 Changed 8 years ago by Ross Miller
Removing #include <unistd.h> because it's not needed and...
...it breaks the Windows builds.
Refs #6554
Changeset: a3590271a0d11cccb67654c08195e0a7135c7f84
comment:5 Changed 8 years ago by Ross Miller
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 8 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper