New template file for Format 7 color codes
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8668 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
## firewireColorCodes.template
|
||||
|
||||
# Valid color code strings
|
||||
record(stringin, "$(P)$(R)VALID_COLORCODE_$(N)") {
|
||||
field(PINI, "YES")
|
||||
field(DTYP, "asynOctetRead")
|
||||
field(INP, "@asyn($(PORT) $(N))FDC_VALID_COLORCODE")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
|
||||
# Has color code bi
|
||||
record(bi, "$(P)$(R)HAS_COLORCODE_$(N)") {
|
||||
field(PINI, "YES")
|
||||
field(DTYP, "asynInt32")
|
||||
field(INP, "@asyn($(PORT) $(N))FDC_HAS_COLORCODE")
|
||||
field(ZNAM, "No")
|
||||
field(ONAM, "Yes")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
||||
Reference in New Issue
Block a user