EPICS Base  7.0.5.1
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

◆ number

long typed_drvet::number

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

Definition at line 28 of file drvSup.h.

◆ report

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

Called from dbior()

Definition at line 30 of file drvSup.h.

◆ init

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: