Hi
First of all thanks for the suggestions I got regarding my previous
question. I got the code compiled with no errors and I'm now in the
process of downloading the ported system to a crate for testing. At this
point I got the following errors:
dbLoadRecords "./data/ecs.db"
filename="../dbStaticRun.c" line number=667
Missing SizeOffset Routine - No record support?
_ecsMotorRecordSizeOffset
0xf4f008 (tShell): memPartFree: invalid block 0x734d in partition
0xbd288.
0xf4f008 (tShell): memPartFree: invalid block 0x14fbc in partition
0xbd288.
0xf4f008 (tShell): memPartFree: invalid block 0x7930 in partition
0xbd288.
Cannot set field FLNK to ec:domeMotorFan.VAL ((null))
Cannot set field DSTL to ec:domeC.IVAL .PP.NMS ((null))
Cannot set field MSGL to ec:domeC.IMSS .NPP.NMS ((null))
Cannot set field DBGL to ec:debugM ((null))
Cannot set field SIML to ec:simulateL ((null))
dbAllocRecord(ecsMotor) record_size =0
What's the function of this SizeOffset routine? I don't seem to find a
reference to it in the source code of other records.
Thank you,
Pedro
Pedro Gigoux wrote:
>
> Hi,
>
> I'm porting a record support routine from EPICS 3.12.3 to 3.13.4 and
> found calls to the following routines that are no longer supported:
>
> status = recGblPutFastLink (&(pmr->dstl), (void *) pmr,
> &(pmr->dsta));
>
> status = recGblInitFastInLink (&(pmr->dbgl),(void *) pmr,
> DBR_ENUM, "DBUG")
>
> status = recGblInitFastOutLink (&(pmr->dstl),(void *) pmr,
> DBR_LONG, "DSTA");
>
> DSTL and DBGL are an output link and input link respectively. Can
> someone give me a hint on what are the routines I'm supposed to use now
> and how the calling sequence should look like?
- Replies:
- Re: porting record to 3.13.4 (part 2) Andrew Johnson
- References:
- porting record to 3.13.4 Pedro Gigoux
- Navigate by Date:
- Prev:
Re: dm2k & NT/X-Win mem leak? Ian A Smith
- Next:
Re: porting record to 3.13.4 (part 2) Andrew Johnson
- 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
- Navigate by Thread:
- Prev:
Re: porting record to 3.13.4 Marty Kraimer
- Next:
Re: porting record to 3.13.4 (part 2) Andrew Johnson
- 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
|