Commit Graph
113 Commits
Author SHA1 Message Date
Marty Kraimer 5453865724 dbReportDeviceConfig had wrong arguments 2004-04-08 18:02:30 +00:00
Marty Kraimer d212f0428b add dbReportDeviceConfig 2004-04-06 13:47:27 +00:00
Andrew Johnson af97e702d1 Added function() keyword handling to dbd files again, works properly now.
Also moved the code from the generated app_registerRecordDeviceDriver.cpp
file to iocsh/registryCommon.*
2004-03-30 21:56:26 +00:00
W. Eric Norum 0e3f04824e Don't pass NULL pointer to iocsh. 2004-02-19 01:09:44 +00:00
Jeff Hill 509ff37ec4 better fix for win32 dll export warnings (considering how epixExport.h works) 2004-02-18 22:34:15 +00:00
Jeff Hill 4a1612e133 fixed win32 dll export warnings 2004-02-18 22:24:42 +00:00
Marty Kraimer 6bf437cf28 remove vardefs; use variable definition instead 2004-02-13 18:55:32 +00:00
Marty Kraimer 5f712bde67 for asCaDebug change & to p 2004-02-12 16:31:29 +00:00
Marty Kraimer 6f58f32c96 for variable type is void * const 2004-02-12 14:40:54 +00:00
Marty Kraimer 8d043dfe6e gret rid of dead code 2004-02-10 21:09:02 +00:00
Marty Kraimer bc81744d8f add ascar 2004-02-10 14:52:46 +00:00
Marty Kraimer 1c493e9ec0 fix type error 2004-01-15 13:35:38 +00:00
Marty Kraimer 0aa150f544 register dbLockShowLocked 2004-01-14 13:22:13 +00:00
Janet B. Anderson de70a70b1b Added COMPAT_313 macro for building/installing R3.13 compatability files. 2004-01-13 16:15:05 +00:00
W. Eric Norum d6c4117b35 Add support for iocsh 'system' command. 2003-12-08 20:37:14 +00:00
W. Eric Norum 26a6df0652 Clean up handling of redefinitions. 2003-09-02 20:07:18 +00:00
W. Eric Norum e3c514ea9e Add *all* iocsh variables, not just the first.
A tip of the hat to Mark Rivers for fixing this.
2003-09-01 14:05:47 +00:00
Jeff Hill 8faa55056d fixed visual c++ 6.0 build 2003-07-28 18:38:59 +00:00
W. Eric Norum 0c8d2336b7 Echo lines read from scripts after macro expansion has completed. 2003-07-25 15:31:43 +00:00
Andrew Johnson 025a73ca42 Added dbDumpVariable command 2003-07-16 19:32:20 +00:00
W. Eric Norum a907bc4df3 Expand line *before* breaking into arguments.
a) Much more efficient
    b) Allows expansion to multiple arguments.
2003-07-16 12:35:33 +00:00
Andrew Johnson 835edde87d Added iocshRegisterVariable 2003-07-15 22:32:09 +00:00
Andrew Johnson ac4890e5c9 Fixed locking problem in new iocshRegisterVariable routine. 2003-07-15 22:13:23 +00:00
W. Eric Norum a4c82bfd9f Touch up previous fix. 2003-07-15 21:17:29 +00:00
W. Eric Norum 417dfcc191 Declare proper linkage for varCallFunc(). 2003-07-15 20:47:22 +00:00
W. Eric Norum 86158b907d Add support for environment variable macro expansion. 2003-07-15 20:38:09 +00:00
W. Eric Norum 1e2a950e0b Add support for simple variable set/show. 2003-07-15 18:55:14 +00:00
W. Eric Norum ac128fc048 Add iocshArgPersistentString type. 2003-07-08 20:14:54 +00:00
W. Eric Norum 5ec41e6088 Allow run-time modification of prompt. 2003-05-08 16:04:04 +00:00
Marty Kraimer 3050b73084 use new method to register asSub functions 2003-03-26 14:04:19 +00:00
Marty Kraimer e808742fe1 function replaced by registrar 2003-03-21 19:41:50 +00:00
Janet B. Anderson 6021e84957 Changes for shared libraries and os consistancy. 2003-03-18 22:45:03 +00:00
W. Eric Norum 5dd9a8b785 Since some systems show internal thread IDs in base 10, allow entry
of numeric thread IDs in any base.
2003-03-02 17:38:33 +00:00
Andrew Johnson 894930b58b Added some commands to allow run-time queries of the registry. 2002-12-17 20:01:13 +00:00
Marty Kraimer 5b84bd81b1 add eltc and coreRelease 2002-12-13 13:11:51 +00:00
Marty Kraimer 3e1af8ce08 must use fprintf(stdout not printf so that help works on vxWorks 2002-12-12 20:09:36 +00:00
Marty Kraimer 8d73716fbd register setIocLogDisable, callbackSetQueueSize, dbPvdTableSize, scanOnceSetQueueSize, and errlogInit 2002-12-12 19:20:20 +00:00
W. Eric Norum 1c7428c1cf Change command-line input to allow CONFIG_SITE selection of libtecla,
GNU readline, or built-in EPICS routines.
2002-11-20 20:17:36 +00:00
Andrew Johnson f0b5bbf467 Was in Attic but not dead. 2002-10-30 15:23:46 +00:00
Andrew Johnson 19edff269e Was in attic but not dead. 2002-10-30 15:21:53 +00:00
Andrew Johnson 55f563b959 Added dbDumpFunction command. 2002-09-25 18:32:08 +00:00
Andrew Johnson dff960b3c3 Added command-line echoing when executing a script. 2002-09-24 22:06:54 +00:00
Janet B. Anderson de14296b80 Changed BASE_ to EPICS_. 2002-07-31 17:07:07 +00:00
Marty Kraimer 4e38494839 remove *Recdes* and *Flddes* 2002-07-30 17:43:27 +00:00
Janet B. Anderson 93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
Marty Kraimer 02c8f06c7f call errlogFlush before terminating 2002-07-09 18:58:54 +00:00
Marty Kraimer 7799184457 make commandTableOnce a c program 2002-06-14 13:46:28 +00:00
Ralph Lange 8d3bc7abec Fix for bitching HPUX 11 compiler 2002-03-08 14:23:04 +00:00
Marty Kraimer 29b706dd35 call asSubRecordFunctionsRegister 2001-07-03 19:25:39 +00:00
Janet B. Anderson 22abff43bf Removed references to EPICS_BASE_LIB. 2001-06-28 21:54:36 +00:00