Fixed some space/tab issues in DBD files

This commit is contained in:
Andrew Johnson
2016-04-26 16:20:12 -05:00
parent 473992cfb9
commit 1ede873200
27 changed files with 756 additions and 771 deletions

View File

@@ -3,9 +3,8 @@
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7
# and higher are distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
menu(stringinPOST) {
choice(stringinPOST_OnChange,"On Change")
@@ -15,7 +14,7 @@ recordtype(stringin) {
include "dbCommon.dbd"
field(VAL,DBF_STRING) {
prompt("Current Value")
promptgroup("40 - Input")
promptgroup("40 - Input")
asl(ASL0)
pp(TRUE)
size(40)
@@ -28,24 +27,24 @@ recordtype(stringin) {
}
field(INP,DBF_INLINK) {
prompt("Input Specification")
promptgroup("40 - Input")
promptgroup("40 - Input")
interest(1)
}
field(MPST,DBF_MENU) {
prompt("Post Value Monitors")
promptgroup("80 - Display")
promptgroup("80 - Display")
interest(1)
menu(stringinPOST)
}
field(APST,DBF_MENU) {
prompt("Post Archive Monitors")
promptgroup("80 - Display")
promptgroup("80 - Display")
interest(1)
menu(stringinPOST)
}
field(SIOL,DBF_INLINK) {
prompt("Sim Input Specifctn")
promptgroup("90 - Simulate")
promptgroup("90 - Simulate")
interest(1)
}
field(SVAL,DBF_STRING) {
@@ -55,7 +54,7 @@ recordtype(stringin) {
}
field(SIML,DBF_INLINK) {
prompt("Sim Mode Location")
promptgroup("90 - Simulate")
promptgroup("90 - Simulate")
interest(1)
}
field(SIMM,DBF_MENU) {
@@ -65,7 +64,7 @@ recordtype(stringin) {
}
field(SIMS,DBF_MENU) {
prompt("Sim mode Alarm Svrty")
promptgroup("90 - Simulate")
promptgroup("90 - Simulate")
interest(2)
menu(menuAlarmSevr)
}