Files
pcas/src/dev/symbDev
1998-06-04 19:32:12 +00:00
..
1998-01-21 20:48:12 +00:00
1998-01-21 20:48:12 +00:00
1998-01-21 20:48:12 +00:00
1998-01-21 20:48:12 +00:00
1998-03-16 16:44:47 +00:00
1998-01-21 20:48:12 +00:00

README file for dev/symb directory
----------------------------------

This directory contains all files necessary to build and test a version
of EPICS vxWorks global variable device support which uses the INST_IO
string as the variable name specification rather than deriving the name
from the record name.

In addition to specifying a variable name, a leading "*" operator indicates
that the variable is a pointer and a trailing "[nnnn]" indicates that an
element of an array should be accessed.

Refer to the header comments of devSymbFind.c for full details.

The following files are in the release:

README			This file

Makefile		UAE Makefile
Makefile.LibObjs	UAE list of objects
Makefile.Vx		UAE vxWorks Makefile

devAiSymb.c		Device support for various record types
devAoSymb.c
devBiSymb.c
devBoSymb.c
devLiSymb.c
devLoSymb.c
devMbbiSymb.c
devMbbiSymbRaw.c
devMbboSymb.c
devMbboSymbRaw.c
devSiSymb.c
devSoSymb.c
devWfSymb.c

devSymbFind.c		New module containing parsing code
			(includes conditionally compiled test routine)

devSymbTest.c		Defines globals and a routine for test

symb.dbd		New INST_IO entries for the above record types

symb.db			Test database (works with devSymbTest.c)
symb.sr			Test database (works with devSymbTest.c)
symbStartup.vws		Test vxWorks startup script


12-Mar-98, William Lupton (wlupton@keck.hawaii.edu), CVS tag: symb-3-0
----------------------------------------------------------------------