1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: StreamDevice for an odd float format |
From: | "Priller, John via Tech-talk" <[email protected]> |
To: | "Davis, Mark" <[email protected]>, "[email protected]" <[email protected]>, "Brown, Garth" <[email protected]> |
Date: | Wed, 5 Jun 2019 21:05:30 +0000 |
Z is just the letter I selected when I wrote my protocol converter add-on. There's a couple issues doing it this way but it seemed the best way forward for us at the time.
One, the interface to Stream is unofficial and can (and does) change from version to version.
Two, several necessary header files aren't exported as part of the package. We have a lightly-patched version of Stream we link against that does export those files From: [email protected] <[email protected]> on behalf of Davis, Mark via Tech-talk <[email protected]>
Sent: Wednesday, June 5, 2019 4:01 PM To: Brown, Garth; [email protected] Subject: Re: StreamDevice for an odd float format You can add your own format converters to StreamDevice.
John Priller ([email protected]) at our lab has written the code for several odd format like this (see attached code). I believe the one you want is the %ZHF one. Mark Mark Davis NSCL/FRIB Control Systems Software Engineer
[email protected]
On 6/5/2019 1:58 PM, Brown, Garth via Tech-talk wrote:
|