EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
typed_drvet Struct Reference

#include <drvSup.h>

Public Attributes

long number
 
long(* report )(int lvl)
 
long(* init )(void)
 

Detailed Description

Driver entry table

Definition at line 26 of file drvSup.h.

Member Data Documentation

long typed_drvet::number

Number of function pointers which follow. Must be >=2

Definition at line 28 of file drvSup.h.

long(* typed_drvet::report)(int lvl)

Called from dbior()

Definition at line 30 of file drvSup.h.

long(* typed_drvet::init)(void)

Called during iocInit()

Definition at line 32 of file drvSup.h.


The documentation for this struct was generated from the following file: