RTEMS: Added parentheses around command arguments for CEXP.

In particular the generated cdCommands file, and the lines in
the st.cmd@RTEMS file template.
This commit is contained in:
Andrew Johnson
2010-10-05 16:02:09 -05:00
parent 641aa70eb1
commit d4bf5ec2d7
2 changed files with 17 additions and 12 deletions
+5 -5
View File
@@ -6,14 +6,14 @@
#< envPaths
## Register all support components
dbLoadDatabase "dbd/_APPNAME_.dbd"
_CSAFEAPPNAME__registerRecordDeviceDriver pdbbase
dbLoadDatabase("dbd/_APPNAME_.dbd")
_CSAFEAPPNAME__registerRecordDeviceDriver(pdbbase)
## Load record instances
#dbLoadTemplate "db/_APPNAME_.substitutions"
#dbLoadRecords "db/_APPNAME_.db", "user=_USER_"
#dbLoadTemplate("db/_APPNAME_.substitutions")
#dbLoadRecords("db/_APPNAME_.db", "user=_USER_")
iocInit
## Start any sequence programs
#seq sncxxx, "user=_USER_"
#seq(sncxxx, "user=_USER_")