diff --git a/src/dbStatic/link.h b/src/dbStatic/link.h index 25c2ac6fb..ef478e904 100644 --- a/src/dbStatic/link.h +++ b/src/dbStatic/link.h @@ -85,6 +85,7 @@ epicsShareExtern maplinkType pamaplinkType[]; #define pvlOptInpString 0x80 /*Input as string*/ #define pvlOptOutNative 0x100 /*Output native*/ #define pvlOptOutString 0x200 /*Output as string*/ +#define pvlOptTSELisTime 0x400 /*Field TSEL is getting timeStamp*/ typedef long (*LINKCVT)();