ISIS Logo
PIXELMAN
EPICS plugin for Pixelman
FitsParameters.template
Go to the documentation of this file.
1 ## leave out DESC for now as a bit long
2 
3 record(stringout, "$(P)$(Q)FITS:$(PARAM):SP")
4 {
5 # field(DESC, "$(DESC)")
6  field(DTYP, "asynOctetWrite")
7  field(OUT, "@asyn(fits,0,0)$(PARAM)")
8 }
9 
10 record(stringin, "$(P)$(Q)FITS:$(PARAM)")
11 {
12 # field(DESC, "$(DESC)")
13  field(DTYP, "asynOctetRead")
14  field(INP, "@asyn(fits,0,0)$(PARAM)")
15  field(SCAN, "I/O Intr")
16 }
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5