|
NetShrVar
An EPICS support module to export National Instruments Network Shared Variables as process variables
|
| For a given C data type, provide the appropriate network shared variable type | |
| Stores information to be passed back via a shared variable callback on a subscriber connection | |
| Provide the underlying C data type ctype for a given network shared variable type | |
| Like std::make_signed but also handles bool,float etc. types by passing them through rather than producing an error | |
| Default case handles already signed types i.e. <T,false> | |
| Specialisation of MakeSignedImpl for unsigned types i.e. <T,true> | |
| EPICS Asyn port driver class | |
| An STL exception object encapsulating a shared variable error message | |
| Manager class for the NetVar Interaction. Parses an netvarconfig.xml file and provides access to the 9variables described within | |
| Details about a network shared variable we have connected to an asyn parameter | |
| A CNVData item that automatically "disposes" itself |
1.8.5