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

Driver support routines. More...

#include "errMdef.h"
+ Include dependency graph for drvSup.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  typed_drvet
 
struct  drvet
 

Macros

#define DRVETNUMBER   ( (sizeof(struct drvet) -sizeof(long))/sizeof(DRVSUPFUN) )
 
#define S_drv_noDrvSup   (M_drvSup| 1) /*SDR_DRVSUP: Driver support missing*/
 
#define S_drv_noDrvet   (M_drvSup| 3) /*Missing driver support entry table*/
 

Typedefs

typedef struct typed_drvet typed_drvet
 
typedef long(* DRVSUPFUN) ()
 
typedef struct drvet drvet
 

Detailed Description

Driver support routines.

Definition in file drvSup.h.

Macro Definition Documentation

#define DRVETNUMBER   ( (sizeof(struct drvet) -sizeof(long))/sizeof(DRVSUPFUN) )

Definition at line 52 of file drvSup.h.

#define S_drv_noDrvet   (M_drvSup| 3) /*Missing driver support entry table*/

Definition at line 57 of file drvSup.h.

#define S_drv_noDrvSup   (M_drvSup| 1) /*SDR_DRVSUP: Driver support missing*/

Definition at line 56 of file drvSup.h.

Typedef Documentation

typedef struct drvet drvet
typedef long(* DRVSUPFUN) ()

Definition at line 43 of file drvSup.h.

typedef struct typed_drvet typed_drvet

Driver entry table