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: VDCT groups |
From: | John Maclean <[email protected]> |
To: | Geoff Savage <[email protected]> |
Cc: | EPICS tech-talk <[email protected]>, Luedeke Andreas <[email protected]> |
Date: | Tue, 03 Dec 2002 10:27:17 -0600 |
Geoff Savage wrote: > Is it possible to generate template and generator files from VDCT? We > use both of these file types to populate our Oracle database from which > we generate .db files. I also find it handy to do development work with > a template and generator file. Yes. You can include $(SUBSITUTION) macros in VDCT fields. The latest build includes hierarchies and gives the ability to pass macro values into lower levels of the hierarchy. A "generate database" command allows the hierarchical database to be expanded into a flat database file. The syntax used to implement hierarchies in VDCT will be incorporated into 3.15 so that hierarchies can be expanded at load time should you desire. John.