Emmanuel Mayssat wrote:
John,
Create you own menuScan.dbd in your ${MY_DIRECTORY}/dbd directory.
Then edit the makefile in your driver source and add a new USR_DBDFLAGS
directive.
# Used by dbExpand to look for dbd files
USR_DBDFLAGS += -I ${MY_DIRECTORY}/dbd
USR_DBDFLAGS += -I ${EPICS_BASE}/dbd
Actually you don't even need to do this, just add this line to your
xxxApp/src/Makefile in the directory where you put the modified
menuScan.dbd file:
DBD += menuScan.dbd
This will ensure that the file gets installed to $(TOP)/dbd. In the DBD
file expansion process the directory $(TOP)/dbd is always searched
before $(EPICS_BASE)/dbd so it will find your version first.
Make sure that you do a 'make rebuild' after adding that line though.
- Andrew
--
There is no S in exprexxo.
- References:
- adding a scan period john sinclair
- Re: adding a scan period Andrew Johnson
- Re: adding a scan period Emmanuel Mayssat
- Navigate by Date:
- Prev:
Re: adding a scan period Emmanuel Mayssat
- Next:
scan periods john sinclair
- 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
2026
- Navigate by Thread:
- Prev:
Re: adding a scan period Emmanuel Mayssat
- Next:
scan periods john sinclair
- 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
2026
|