This is Unofficial EPICS BASE Doxygen Site
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 25 of file drvSup.h.

Member Data Documentation

long(* typed_drvet::init) (void)

Called during iocInit()

Definition at line 31 of file drvSup.h.

long typed_drvet::number

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

Definition at line 27 of file drvSup.h.

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

Called from dbior()

Definition at line 29 of file drvSup.h.


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