Experimental Physics and Industrial Control System
Hi Jeff, others,
we are trying to get the portable channel access server (from R3.14.8.2) running
on a pure vxWorks system (no EPICS IOC).
The first thing I noticed was that several C++ template instances were missing:
#include <ipIgnoreEntry.h>
#include <casChannelI.h>
template class resTable < ipIgnoreEntry, ipIgnoreEntry >;
template class resTable < casChannelI, chronIntId >;
template class resTable < casEventMaskEntry, stringId >;
template class chronIntIdResTable < casChannelI >;
template tsFreeList < casMonEvent, 1024, epicsMutexNOOP >;
template tsFreeList < casMonitor, 1024, epicsMutex >;
template tsFreeList < ipIgnoreEntry, 128, epicsMutex >;
There is no templateInstances.cpp file in cas as it is in some other EPICS base
libraries. This should probably be added.
After adding those instances (which required to #include a few "private" header
files which are not installed normally), I got a loadable *.munch library. But
the server still seems not to work as under Linux. (It does not reply on caget.)
Is there something special to do on vxWorks? Has anyone else ever run cas on
vxWorks?
Dirk
--
Dr. Dirk Zimoch
Paul Scherrer Institut, WBGB/006
5232 Villigen PSI, Switzerland
Phone +41 56 310 5182
- Replies:
- RE: Portable Channel Access Server on vxWorks Jeff Hill
- Navigate by Date:
- Prev:
Re: passive record/field to process when there is a CA read Dirk Zimoch
- Next:
Re: passive record/field to process when there is a CA read Dehong Zhang
- 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: passive record/field to process when there is a CA read Dirk Zimoch
- Next:
RE: Portable Channel Access Server on vxWorks Jeff Hill
- 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