EPICS Base 7.0.8.0
Loading...
Searching...
No Matches
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) ()
 

Macro Definition Documentation

◆ DRVETNUMBER

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

Definition at line 53 of file drvSup.h.

◆ S_drv_noDrvSup

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

Definition at line 57 of file drvSup.h.

◆ S_drv_noDrvet

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

Definition at line 58 of file drvSup.h.

Typedef Documentation

◆ DRVSUPFUN

typedef long(* DRVSUPFUN) ()

Definition at line 44 of file drvSup.h.