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: | EDM string/text PVs: what is one supposed to return for type and specific type? |
From: | Carl Schumann <[email protected]> |
To: | [email protected] |
Date: | Mon, 13 Apr 2009 13:23:28 -0500 |
Hi,I am trying to write a PV object extension for EDM that needs to support text/string data. It is not clear what type and specific type I should be returning from get_type() and get_specific_type(). An obvious candidate would be ProcessVariable::Type::text and its specific analog ProcessVariable::specificType::text, are that the correct types? What about the size and description fields in the two type structures?
Thanks, Carl