Commit Graph

144 Commits

Author SHA1 Message Date
Marty Kraimer
97caf300d3 dbStaticPvt needed for registering dbPvdTableSize 2002-12-12 18:50:06 +00:00
Marty Kraimer
57a288d912 check for INT_MAX; Use epicsTypes for long and unsigned long fields 2002-12-09 15:37:38 +00:00
Janet B. Anderson
e90e86aadd Added compatibility define for dbDumpFldDes 2002-12-07 18:21:08 +00:00
Marty Kraimer
54ee23afb9 changes for long being 64 bits 2002-12-06 14:13:36 +00:00
Marty Kraimer
c0d22b1e1d Allow hex doe VME_IO, CAMAC_IO, AB_IO, GPIB_IO, BITBUS_IO, BBGPIB_IO, VXI_IO 2002-12-02 15:20:33 +00:00
Andrew Johnson
7d2d368033 Added support for function() statement in .dbd files 2002-09-25 18:30:46 +00:00
Janet B. Anderson
de14296b80 Changed BASE_ to EPICS_. 2002-07-31 17:07:07 +00:00
Marty Kraimer
43f74620ee dbDumpField failed on solaris 2002-07-30 18:54:46 +00:00
Marty Kraimer
01adddfd3d get rid of *Recdes* and *Fielddes* 2002-07-30 17:40:24 +00:00
Janet B. Anderson
93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
Marty Kraimer
032e1cb99e add pvlOptTSELisTime for recGblGetTime 2002-07-12 15:11:55 +00:00
Marty Kraimer
adc6677275 add extern for C callable routines 2002-05-06 19:01:15 +00:00
Marty Kraimer
412f5e32b4 allow for nan and inf 2002-04-11 15:49:24 +00:00
Janet B. Anderson
0966f06cb9 dbMakeDBDDepends replaced by mkmf.pl. 2001-09-13 19:34:38 +00:00
Marty Kraimer
b3f2c87697 make sure prompt has a value 2001-08-13 15:57:45 +00:00
Janet B. Anderson
5178220160 Changes to automatically generate header file dependancies 2001-07-25 14:44:44 +00:00
Marty Kraimer
420d583db2 allow hex and octal constants 2001-07-23 14:43:36 +00:00
Marty Kraimer
694f21d8b9 fix breakpoint table problem 2001-07-23 14:42:59 +00:00
Janet B. Anderson
d7279bbcbf Allow make inc at top level 2001-06-28 16:07:56 +00:00
Janet B. Anderson
7874d35daf Changes to create vxWorks archive libraries and prods. 2001-06-07 14:26:06 +00:00
Marty Kraimer
0a48ac3a35 use double instead of float 2001-05-17 19:15:43 +00:00
Marty Kraimer
36ca3a4431 allocate correct abount of storage 2001-04-05 15:19:57 +00:00
Marty Kraimer
63ffdc4564 prevent conflict with devLib.h 2001-02-26 14:43:51 +00:00
Marty Kraimer
b59e2d7793 add S_dev_noDevice 2001-02-15 19:37:52 +00:00
Ralph Lange
733204b3c2 += full RSET definition for C++ 2001-02-06 22:53:11 +00:00
Marty Kraimer
e80ea9a289 add const in may places 2001-02-06 15:19:53 +00:00
Marty Kraimer
6a52eff141 osiTime=>epicsTime 2001-01-31 13:34:02 +00:00
Janet B. Anderson
8a8f1a7ccf Modified depends rules 2001-01-30 16:02:25 +00:00
Marty Kraimer
debb5b5814 dont open output file until input sucessfully read 2001-01-23 21:33:18 +00:00
Marty Kraimer
dbe9c8e75f changes for osiThread=>epicsThread 2001-01-18 19:08:14 +00:00
Janet B. Anderson
0472e5f546 Initial version. 2001-01-12 23:28:34 +00:00
Janet B. Anderson
7eea9df5d5 Added global and prints for dbMakeDBDDepends 2001-01-12 23:21:54 +00:00
Janet B. Anderson
582c20e9a6 Added dbMakeDBDDepends 2001-01-12 23:21:47 +00:00
Marty Kraimer
36a69befd8 replace osiSem with epicsMutex and/or epicsEvent 2001-01-11 16:15:14 +00:00
W. Eric Norum
02caca0732 Make everything in registerRecordDevicedriver.cpp `const'. This should get rid
warnings about initializing `char *' with string literals.
2001-01-11 14:59:13 +00:00
W. Eric Norum
4a2999770b Declare C linkage only where necessary. 2000-12-21 16:34:57 +00:00
Janet B. Anderson
2c22665371 Added win32 resource files. 2000-09-25 22:13:37 +00:00
Andrew Johnson
16f572b06d Added support for 'info' items in database records - named strings that
are saved & loaded in the .db file, with an API for access at runtime and
the ability to associate a void* pointer with each at runtime.

Also added a capability to dbToRecordTypeH allowing a record type's .dbd
file to add lines to the generated .h file.  The C code should be placed
inside the recordtype's braces {} and each line must start with a '%'.
This facility is not currently accessible through a dbStaticLib API.
2000-08-09 21:38:34 +00:00
Jeff Hill
50715dd5f2 fixed DLL keyword related problems 2000-05-04 15:08:47 +00:00
Marty Kraimer
9f3c93ef94 get correct order 2000-03-22 21:21:23 +00:00
Marty Kraimer
eb3bb1d5ce call threadInit() in main 2000-03-14 20:33:52 +00:00
Jeff Hill
289587f87e added const to string tables 2000-03-09 17:33:43 +00:00
Marty Kraimer
2802837e88 add epicsShareExtern for pamaplinkType 2000-02-28 22:13:37 +00:00
Marty Kraimer
7f2867d5d0 put include in correct place 2000-02-25 22:30:01 +00:00
Marty Kraimer
95dfd8a179 moved from libCom/misc 2000-02-24 20:33:42 +00:00
Janet B. Anderson
a96a3f7333 Added output file name as an optional command line param. 2000-02-22 15:57:17 +00:00
Marty Kraimer
8ce6d07bb7 latest build rules 2000-02-21 19:15:18 +00:00
Janet B. Anderson
411751338b Added DIR for dbStaticHost. 2000-02-10 21:41:46 +00:00
Marty Kraimer
e8ae54e916 build changes 2000-02-10 19:06:32 +00:00
Marty Kraimer
f69e9f4323 look for UDF after calling dbPutStringNum 2000-02-10 19:04:55 +00:00