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 | 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: Raising the 80 char limit on INP/OUT strings? |
From: | Ralph Lange <[email protected]> |
To: | EPICS Core-Talk <[email protected]> |
Date: | Wed, 08 Apr 2015 14:44:31 +0200 |
On 08/04/2015 14:13, Michael Davidsaver wrote:
On 04/08/2015 08:02 AM, Ralph Lange wrote:... So - what to do with 3.15? (I'm afraid waiting for 3.16 is not short-term enough.) I would opt for the simple version: make the buffer statically length 256.Or malloc() for a temporary buffer when the static buffer is too short?
I'd rather waste 180 bytes on the stack (no performance impact) than doing a malloc()/free() for every long INP/OUT instance on the IOC.