![]() |
This is Unofficial EPICS BASE Doxygen Site
|
An interface from devLibVME.c to its OS-specific implementations. More...
Go to the source code of this file.
Classes | |
struct | devLibVME |
A table of function pointers for devLibVME implementations. More... | |
Macros | |
#define | pdevLibVirtualOS pdevLibVME |
An alias for pdevLibVME. More... | |
Typedefs | |
typedef struct devLibVME | devLibVME |
A table of function pointers for devLibVME implementations. More... | |
typedef devLibVME | devLibVirtualOS |
A type definition for devLibVME. More... | |
Variables | |
LIBCOM_API devLibVME * | pdevLibVME |
Pointer to the entry table used by devLibVME routines. More... | |
An interface from devLibVME.c to its OS-specific implementations.
Definition in file devLibVMEImpl.h.
#define pdevLibVirtualOS pdevLibVME |
An alias for pdevLibVME.
Definition at line 78 of file devLibVMEImpl.h.
typedef devLibVME devLibVirtualOS |
A type definition for devLibVME.
Definition at line 80 of file devLibVMEImpl.h.
A table of function pointers for devLibVME implementations.
The global virtual OS table pdevLibVME controls the behaviour of the functions defined in devLib.h. All of which call into the functions found in this table to perform system specific tasks.
LIBCOM_API devLibVME* pdevLibVME |
Pointer to the entry table used by devLibVME routines.
Definition at line 12 of file devLibVMEOSD.c.