zimoch 193fc25489 64 bit support
EPICS 3.14.12 patches. problem: different installation order of libs for vxWorks. Now don't link non-munch libs.
Warning for non-existing cross compiler
Don't link dbd directory any more. Not needed with current version of require.
No more undefined symbols for prerequisites any more in order to support loading of test versions instead.
Use generic lib suffixes in order to support other OS types.
Fix wrong export for registrars.
2012-09-27 08:30:27 +00:00
2012-09-27 08:30:27 +00:00
2006-03-03 13:30:33 +00:00
2012-08-30 08:05:39 +00:00
2012-06-12 10:00:50 +00:00
2012-06-12 10:00:50 +00:00
2012-06-12 10:00:50 +00:00
2006-12-19 16:45:50 +00:00
2012-01-10 15:58:03 +00:00
2012-01-05 15:28:11 +00:00

Functions in this library depend on EPICS but are not
real device drivers. It's a bunch of utilities.

Functions are:

require "<lib>" [,"<version>"]
 shell function
 load a library and its dbd file

updateMenuConvert
 startup script function
 add all loaded breakpoint tables found on this ioc to menu convert
 to be called before iocInit
 
addScan rate
 startup script function
 create a new scan rate (seconds) and add it to menuScan
 to be called before iocInit

bootNotify
 startup script function
 call a script on the boot pc and tell it a lot of boot infos
 
dir / ls / ll / mkdir / rmdir / rm / mv / umask / chmod
 shell functions
 make disc functions available in iocsh
 not needed on vxWorks

exec / !
 execute an externel command from iocsh
 shell function
 not available on vxWorks
 
listRecords filename fields
 shell function
 wrapper for dbl to get same syntax in 3.13 and 3.14
 
S
Description
The PSI driver framework: driver.makefile to build loadable driver modules and require command to load the drivers modules.
Readme GPL-3.0 828 KiB
Languages
C 48%
Makefile 27.3%
Shell 9.1%
Yacc 8.4%
Perl 6.4%
Other 0.8%