#include "dbDefs.h"
#include "ellLib.h"
#include "shareLib.h"
Go to the source code of this file.
| #define BBGPIB_IO 13 /* bitbus -> gpib */ |
| #define DBLINK_FLAG_INITIALIZED 1 /* dbInitLink() called */ |
| #define DBLINK_FLAG_TSELisTIME 2 /* Use TSEL to get timeStamp */ |
| #define INST_IO 12 /* instrument */ |
| #define pvlOptCA 0x8 /*Always make it a CA link*/ |
| #define pvlOptCP 0x10 /*CA + process on monitor*/ |
| #define pvlOptCPP 0x20 /*CA + process passive record on monitor*/ |
| #define pvlOptFWD 0x40 /*Generate ca_put for forward link*/ |
| #define pvlOptInpNative 0x80 /*Input native*/ |
| #define pvlOptInpString 0x100 /*Input as string*/ |
| #define pvlOptMS 1 /*Maximize Severity always*/ |
| #define pvlOptMSI 2 /*Maximize Severity if INVALID*/ |
| #define pvlOptMsMode 0x3 /*Maximize Severity mode selection*/ |
| #define pvlOptMSS 3 /*Maximize Severity and copy Status*/ |
| #define pvlOptNMS 0 /*Don't Maximize Severity*/ |
| #define pvlOptOutNative 0x200 /*Output native*/ |
| #define pvlOptOutString 0x400 /*Output as string*/ |
| #define pvlOptPP 0x4 /*Process Passive*/ |
| typedef long(* LINKCVT) () |