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: | IOC Shell Function Registry |
From: | "Lang, Keenan C." <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Fri, 7 Oct 2016 21:17:03 +0000 |
In C/C++, is there any way to access the list of functions registered to the IOC? The IOC shell keeps track of them using a linked list, but that is local to iocsh.cpp. The
information is also stored in a global hash table, but requires an ID pointer that is private to the IOC shell in order to access the functions the IOC has stored in said table.
Keenan |