Commit Graph

69 Commits

Author SHA1 Message Date
Andrew Johnson
a1f332be01 Moved base.dbd from both makeBaseApp templates into src/misc.
An application only needs a copy if it wants to remove stuff.
2003-02-11 23:25:11 +00:00
Andrew Johnson
57a21b390f We should discourage the creation of .dbd files in Db subdirectories.
From 3.14 they also need the _RegisterRecordDeviceDriver.cpp stuff,
which should appear in a src directory.
2003-02-11 23:04:35 +00:00
W. Eric Norum
2296613061 Change comment to match file name. 2003-02-06 14:58:59 +00:00
W. Eric Norum
471bb75029 Clean up some printf format/argument warnings. 2003-02-06 14:55:50 +00:00
Andrew Johnson
081cb42dc8 Moved CA client examples into their own caClientApp
Added caServerApp - copied from src/cas/example/simple
Made simpleApp significantly more useful
Made exampleApp use the _APPNAME_ macro instead of example in various places
2003-02-05 23:46:23 +00:00
Marty Kraimer
a5e80e7872 add return type to main 2002-12-02 20:43:45 +00:00
Janet B. Anderson
6b8dbc5355 Added compressExample record. 2002-10-18 21:00:10 +00:00
Andrew Johnson
137b10f7a8 Removed complex C++ registration of subroutines,
replaced by function() statments in .dbd file.
2002-09-25 18:36:48 +00:00
Jeff Hill
dbd2d00699 use the new create channel interface similar to the other ca example 2002-08-22 00:01:55 +00:00
Marty Kraimer
c12159fee8 fix mistake 2002-07-30 18:06:37 +00:00
Marty Kraimer
f5cfe11261 add dbSubExample 2002-07-30 15:12:06 +00:00
Janet B. Anderson
93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
W. Eric Norum
348c8916d2 Switch to non-deprecated routines. 2002-04-15 19:37:27 +00:00
Marty Kraimer
28282e176d make caMonitor a host application 2001-10-15 18:50:16 +00:00
Janet B. Anderson
296d94a2c5 Added caExample_SRCS definition - SRCS required for automated depends. 2001-08-07 16:44:23 +00:00
Marty Kraimer
9989ff73fe Make vxCom an OBJ library 2001-08-01 14:31:59 +00:00
Marty Kraimer
ca14e4eabc make exampleMain a .cpp file 2001-07-25 15:10:12 +00:00
Janet B. Anderson
3a4435a70a Removed unneeded vxWorks LDFLAGS undefined iocInit line. 2001-06-13 19:52:12 +00:00
Janet B. Anderson
dd95b5462e Removed references for baseLIBOBJS. 2001-06-11 18:53:07 +00:00
Janet B. Anderson
7874d35daf Changes to create vxWorks archive libraries and prods. 2001-06-07 14:26:06 +00:00
Janet B. Anderson
9ecf5a5349 Added pv_DIR defintions. 2001-05-23 16:17:35 +00:00
W. Eric Norum
d99fb7029d Change all instances of ioccrf' to iocsh' to reflect the added
capabilities of the IOC shell routines.
2001-05-17 18:16:49 +00:00
Marty Kraimer
abe09ef1d3 add new features for seqExample 2001-03-21 14:53:36 +00:00
Marty Kraimer
51c938abb9 changes for drvTS 2001-03-07 21:26:37 +00:00
Janet B. Anderson
d24ebb4803 Converted st file to stt file. 2001-03-02 20:15:59 +00:00
Marty Kraimer
2c577b3391 changes for seq support 2001-02-23 20:17:22 +00:00
Ralph Lange
167e17f5bc Fix to prevent dirs showing up multiple times when matching multiple wildcards 2001-02-21 16:55:49 +00:00
Marty Kraimer
549de0c8f9 Add commented line for location of sequencer
registerRecordDeviceDriver now part of iocCore
2001-02-21 14:06:42 +00:00
Marty Kraimer
6a52eff141 osiTime=>epicsTime 2001-01-31 13:34:02 +00:00
Marty Kraimer
dbe9c8e75f changes for osiThread=>epicsThread 2001-01-18 19:08:14 +00:00
Janet B. Anderson
3e743436cd Updated comments. Include RULES not RULES.Db 2001-01-12 23:25:25 +00:00
Janet B. Anderson
a7bc964a3b Renames RECTYPES, DBDNAME, registerRecordDeviceDriver.cpp 2001-01-12 23:25:11 +00:00
W. Eric Norum
fe4cad085e Change the registerRecordDeviceDriver.pl script to create
registerRecordDeviceDriver.c as a C++ file (.cpp) so that it can
use a static constructor to register the registerRecordDeviceDriver()
command with the IOC shell
Remove the old registerRecordDeviceDriverRegister.[ch] source files.
2000-12-21 15:57:21 +00:00
W. Eric Norum
68e3f07c6a Register more commands automatically from within ioccrf.cpp. 2000-12-20 01:04:52 +00:00
W. Eric Norum
85b58a1e05 Register common IOC shell commands automatically as part of ioccrf constructors. 2000-12-19 21:52:31 +00:00
Janet B. Anderson
566ca6aacf Changed seq location. 2000-10-12 02:09:54 +00:00
Marty Kraimer
43080fe748 remove call to threadExitMain 2000-09-27 13:35:39 +00:00
Marty Kraimer
841ba47b85 change alarm to checkAlarms 2000-07-19 12:42:35 +00:00
Marty Kraimer
ab64a7e641 dont include devPtSoft 2000-07-19 12:35:49 +00:00
Marty Kraimer
0f6c3a8dfc remove hardware support 2000-06-19 13:09:07 +00:00
Marty Kraimer
ac8754459d remove threadInit; add caMonitor.c 2000-06-13 19:05:25 +00:00
Marty Kraimer
25b4959f3f added caMonitor 2000-06-09 12:48:10 +00:00
W. Eric Norum
1c9ae934f9 Since registerRecordDeviceDriver.c is part of example_SRCS_DEFAULT there's
no need to add it to example_SRCS_RTEMS.
2000-06-05 17:52:58 +00:00
Janet B. Anderson
d38346ede6 The exampleApp now has one src directory. 2000-06-02 15:14:39 +00:00
Janet B. Anderson
6e5ab5a213 The exampleApp now has one src directory. 2000-06-02 15:00:18 +00:00
Janet B. Anderson
96fe79a69a Removed MUNCH_LIBRARY. 2000-04-11 22:04:01 +00:00
Janet B. Anderson
50fa302c6f Dir vxSrc replaced by iocSrc. 2000-03-28 18:50:02 +00:00
Marty Kraimer
50a696dd83 change example for iocCore on host 2000-03-21 18:49:23 +00:00
Janet B. Anderson
2b835b0ff3 Added munching. 2000-03-17 23:35:28 +00:00
Marty Kraimer
ebfe6d3d50 changes so that example works on vxWorks 2000-03-15 20:11:14 +00:00