Support variable array size
Added LEN field and get_array_info() routine. Removed len arg from device support write_string() routine. Modified device support to match.
This commit is contained in:
@@ -16,10 +16,11 @@
|
||||
#include "printfRecord.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
static long write_string(printfRecord *prec, size_t len)
|
||||
static long write_string(printfRecord *prec)
|
||||
{
|
||||
struct link *plink = &prec->out;
|
||||
int dtyp = dbGetLinkDBFtype(plink);
|
||||
long len = prec->len;
|
||||
long status;
|
||||
|
||||
if (prec->pact || dtyp < 0)
|
||||
|
||||
Reference in New Issue
Block a user