This is Unofficial EPICS BASE Doxygen Site
devLibVMEImpl.h File Reference

An interface from devLibVME.c to its OS-specific implementations. More...

#include "dbDefs.h"
#include "libComAPI.h"
#include "devLib.h"
+ Include dependency graph for devLibVMEImpl.h:
+ This graph shows which files directly or indirectly include this file:

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 devLibVMEpdevLibVME
 Pointer to the entry table used by devLibVME routines. More...
 

Detailed Description

An interface from devLibVME.c to its OS-specific implementations.

Author
Marty Kraimer, Jeff Hill

Definition in file devLibVMEImpl.h.

Macro Definition Documentation

#define pdevLibVirtualOS   pdevLibVME

An alias for pdevLibVME.

Definition at line 78 of file devLibVMEImpl.h.

Typedef Documentation

A type definition for devLibVME.

Definition at line 80 of file devLibVMEImpl.h.

typedef struct devLibVME devLibVME

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.

Variable Documentation

LIBCOM_API devLibVME* pdevLibVME

Pointer to the entry table used by devLibVME routines.

Definition at line 12 of file devLibVMEOSD.c.