15 #include "printfRecord.h" 18 static long write_string(printfRecord *
prec)
20 struct link *plink = &prec->out;
21 int dtyp = dbGetLinkDBFtype(plink);
25 if (prec->pact || dtyp < 0)
33 status = dbPutLinkAsync(plink, dtyp, prec->val, len);
36 else if (status == S_db_noLSET)
37 status = dbPutLink(plink, dtyp, prec->val, len);
printfdset devPrintfSoftCallback
epicsExportAddress(dset, devPrintfSoftCallback)