Special CE
Functions
Two special CE functions for extracting multiple values from
the scan task buffer (see Device
Independent Fields Treated Specially ), have been included
as part of the release. To incorporate these CE functions in
with your existing CE functions, the following files have been
provided in the /usr/tesserNet/obj/CE directory:
- Makefile.HP -- makefile for making RtapMQDBM and
RtapDbCfServer on HP-UX
- Makefile.DEC -- makefile for making RtapMQDBM and
RtapDbCfServer on DEC OSF
- scan.o -- object file for the SCAN_MSTB CE
function
- scanv.o -- object file for the SCANV_MSTB CE
function
- oem_stub.c -- source stub file used for making
RtapMQDBM and RtapDbCfServer
- oem_table.c -- source file used for making RtapMQDBM
and RtapDbCfServer
 |
The contents of oem_stub.c and
oem_table.c could be transferred into user_stub.c and
user_table.c if you want the CE functions to reside in
the user table. |
To re-make the executables, you will need to copy the
following files into the directory before running
make:
- alarmTFTbl.c
- user_table.c (oem_table.c if your putting the CE's into
the user table)
- user_stub.c (oem_stub.c if your putting the CE's into
the user table)
 |
These files can be found in the
${RTAPROOT}/obj directory. |
 |
The makefile will use the rtMqdbm.o and
rtDbCfServer.o files from the ${RTAPROOT}/obj
directory. If you want to use different object files,
you will have to manually change the appropriate
makefile. |