EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Macros | Typedefs
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 long(* DRVSUPFUN )()