|
NINetVar
An EPICS support module to export National Instruments Network Shared Variables as process variables
|
An STL exception describing a Win32 Structured Exception. More...
#include <NINetVarDriver.h>
Public Member Functions | |
| Win32StructuredException (const std::string &message) | |
| Win32StructuredException (unsigned int code, EXCEPTION_POINTERS *pExp) | |
Static Private Member Functions | |
| static std::string | win32_message (unsigned int code, EXCEPTION_POINTERS *pExp) |
| Helper function to map a win32 structured exception into a C++ standard exception. More... | |
An STL exception describing a Win32 Structured Exception.
Code needs to be compiled with /EHa if you wish to use this via _set_se_translator(). Note that _set_se_translator() needs to be called on a per thread basis
Definition at line 21 of file NINetVarDriver.h.
|
inlineexplicit |
Definition at line 24 of file NINetVarDriver.h.
|
inlineexplicit |
Definition at line 25 of file NINetVarDriver.h.
|
staticprivate |
Helper function to map a win32 structured exception into a C++ standard exception.
Definition at line 39 of file NINetVarDriver.cpp.
1.8.8