Changed extension .db to .dbd
This commit is contained in:
@@ -8,6 +8,7 @@ INC += egDefs.h
|
||||
INC += erDefs.h
|
||||
INC += ereventDefs.h
|
||||
|
||||
USER_DBDFLAGS += -I .. -I $(EPICS_BASE)/dbd
|
||||
RECTYPES += aaiRecord.h
|
||||
RECTYPES += aaoRecord.h
|
||||
RECTYPES += aiRecord.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(aai) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_NOACCESS) {
|
||||
prompt("Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(aao) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_NOACCESS) {
|
||||
prompt("Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(ai) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_DOUBLE) {
|
||||
prompt("Current EGU Value")
|
||||
asl(ASL0)
|
||||
@@ -3,7 +3,7 @@ menu(aoOIF) {
|
||||
choice(aoOIF_Incremental,"Incremental")
|
||||
}
|
||||
recordtype(ao) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_DOUBLE) {
|
||||
prompt("Desired Output")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(bi) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(INP,DBF_INLINK) {
|
||||
prompt("Input Specification")
|
||||
promptgroup(GUI_INPUTS)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(bo) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_ENUM) {
|
||||
prompt("Current Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(calc) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_DOUBLE) {
|
||||
prompt("Result")
|
||||
asl(ASL0)
|
||||
@@ -6,7 +6,7 @@ menu(compressALG) {
|
||||
choice(compressALG_Circular_Buffer,"Circular Buffer")
|
||||
}
|
||||
recordtype(compress) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_NOACCESS) {
|
||||
prompt("Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(dfanout) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_LONG) {
|
||||
prompt("Desired Output")
|
||||
asl(ASL0)
|
||||
@@ -6,7 +6,7 @@ menu(egMOD1) {
|
||||
choice(egMOD1_Alternate,"Alternate")
|
||||
}
|
||||
recordtype(eg) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(OUT,DBF_OUTLINK) {
|
||||
prompt("Output Specification")
|
||||
promptgroup(GUI_OUTPUT)
|
||||
@@ -15,7 +15,7 @@ menu(egeventUNIT) {
|
||||
choice(egeventUNIT_Nanoseconds,"Nanoseconds")
|
||||
}
|
||||
recordtype(egevent) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(OUT,DBF_OUTLINK) {
|
||||
prompt("Output Specification")
|
||||
promptgroup(GUI_OUTPUT)
|
||||
@@ -3,7 +3,7 @@ menu(erTRG0) {
|
||||
choice(erTRG0_Enabled,"Enabled")
|
||||
}
|
||||
recordtype(er) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_CHAR) {
|
||||
prompt("Worthless Value")
|
||||
asl(ASL0)
|
||||
@@ -3,7 +3,7 @@ menu(ereventENAB) {
|
||||
choice(ereventENAB_Enabled,"Enabled")
|
||||
}
|
||||
recordtype(erevent) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_CHAR) {
|
||||
prompt("Worthless Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(event) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_USHORT) {
|
||||
prompt("Event Number To Post")
|
||||
promptgroup(GUI_INPUTS)
|
||||
@@ -4,7 +4,7 @@ menu(fanoutSELM) {
|
||||
choice(fanoutSELM_Mask,"Mask")
|
||||
}
|
||||
recordtype(fanout) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_LONG) {
|
||||
prompt("Used to trigger")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(gsub) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_FLOAT) {
|
||||
prompt("Result")
|
||||
asl(ASL0)
|
||||
@@ -6,7 +6,7 @@ menu(histogramCMD) {
|
||||
choice(histogramCMD_Setup,"Setup")
|
||||
}
|
||||
recordtype(histogram) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_NOACCESS) {
|
||||
prompt("Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(longin) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_LONG) {
|
||||
prompt("Current value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(longout) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_LONG) {
|
||||
prompt("Desired Output")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(mbbiDirect) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_USHORT) {
|
||||
prompt("Current Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(mbbi) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_ENUM) {
|
||||
prompt("Current Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(mbboDirect) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_USHORT) {
|
||||
prompt("Word")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(mbbo) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_ENUM) {
|
||||
prompt("Desired Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(pal) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_ULONG) {
|
||||
prompt("Result")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(permissive) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(LABL,DBF_STRING) {
|
||||
prompt("Button Label")
|
||||
promptgroup(GUI_DISPLAY)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(pid) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_FLOAT) {
|
||||
prompt("Setpoint")
|
||||
asl(ASL0)
|
||||
@@ -22,7 +22,7 @@ menu(pulseCounterCSIZ) {
|
||||
choice(pulseCounterCSIZ_32_bit,"32 bit")
|
||||
}
|
||||
recordtype(pulseCounter) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_ULONG) {
|
||||
prompt("Counter Value")
|
||||
asl(ASL0)
|
||||
@@ -30,7 +30,7 @@ menu(pulseDelayVAL) {
|
||||
choice(pulseDelayVAL_Active,"Active")
|
||||
}
|
||||
recordtype(pulseDelay) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(OUT,DBF_OUTLINK) {
|
||||
prompt("Output Specification")
|
||||
promptgroup(GUI_PULSE)
|
||||
@@ -26,7 +26,7 @@ menu(pulseTrainUNIT) {
|
||||
choice(pulseTrainUNIT_Picoseconds,"Picoseconds")
|
||||
}
|
||||
recordtype(pulseTrain) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(OUT,DBF_OUTLINK) {
|
||||
prompt("Output Specification")
|
||||
promptgroup(GUI_PULSE)
|
||||
@@ -27,9 +27,6 @@ of this distribution.
|
||||
#include <cadef.h>
|
||||
#include <caerr.h>
|
||||
#include <caeventmask.h>
|
||||
#if 0
|
||||
#include <calink.h>
|
||||
#endif
|
||||
#include <tsDefs.h>
|
||||
#include <task_params.h>
|
||||
#include <recDynLink.h>
|
||||
|
||||
@@ -26,7 +26,7 @@ menu(scanP1NV) {
|
||||
choice(scanP1NV_No_PV,"No PV")
|
||||
}
|
||||
recordtype(scan) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VERS,DBF_DOUBLE) {
|
||||
prompt("Code Version")
|
||||
special(SPC_NOMOD)
|
||||
@@ -5,7 +5,7 @@ menu(selSELM) {
|
||||
choice(selSELM_Median_Signal,"Median Signal")
|
||||
}
|
||||
recordtype(sel) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_DOUBLE) {
|
||||
prompt("Result")
|
||||
asl(ASL0)
|
||||
@@ -4,7 +4,7 @@ menu(seqSELM) {
|
||||
choice(seqSELM_Mask,"Mask")
|
||||
}
|
||||
recordtype(seq) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_LONG) {
|
||||
prompt("Used to trigger")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(state) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_STRING) {
|
||||
prompt("Value")
|
||||
promptgroup(GUI_DISPLAY)
|
||||
@@ -10,7 +10,7 @@ menu(steppermotorMODE) {
|
||||
choice(steppermotorMODE_Position,"Position")
|
||||
}
|
||||
recordtype(steppermotor) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_FLOAT) {
|
||||
prompt("Desired Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(stringin) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_STRING) {
|
||||
prompt("Current Value")
|
||||
promptgroup(GUI_INPUTS)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(stringout) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_STRING) {
|
||||
prompt("Current Value")
|
||||
promptgroup(GUI_OUTPUT)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(subArray) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_NOACCESS) {
|
||||
prompt("Value")
|
||||
asl(ASL0)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(sub) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_DOUBLE) {
|
||||
prompt("Result")
|
||||
asl(ASL0)
|
||||
@@ -13,7 +13,7 @@ menu(timerPTST) {
|
||||
choice(timerPTST_high,"high")
|
||||
}
|
||||
recordtype(timer) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(TORG,DBF_INLINK) {
|
||||
prompt("Trigger Origin")
|
||||
promptgroup(GUI_TIMER)
|
||||
@@ -20,7 +20,7 @@ menu(waitINAV) {
|
||||
choice(waitINAV_No_PV,"No PV")
|
||||
}
|
||||
recordtype(wait) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VERS,DBF_FLOAT) {
|
||||
prompt("Code Version")
|
||||
special(SPC_NOMOD)
|
||||
@@ -1,5 +1,5 @@
|
||||
recordtype(waveform) {
|
||||
include "dbCommon.db"
|
||||
include "dbCommon.dbd"
|
||||
field(VAL,DBF_NOACCESS) {
|
||||
prompt("Value")
|
||||
asl(ASL0)
|
||||
Reference in New Issue
Block a user