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

#include <devSup.h>

Public Attributes

long(* add_record )(struct dbCommon *precord)
 
long(* del_record )(struct dbCommon *precord)
 

Detailed Description

Device support extension table.

Optional routines to allow run-time address modifications to be communicated to device support, which must register a struct dsxt by calling devExtend() from its init() routine.

Definition at line 118 of file devSup.h.

Member Data Documentation

long(* dsxt::add_record)(struct dbCommon *precord)

Optional, called to offer device support a new record to control.

Routine may return a non-zero error code to refuse record.

Definition at line 123 of file devSup.h.

long(* dsxt::del_record)(struct dbCommon *precord)

Optional, called to remove record from device support control.

Routine return a non-zero error code to refuse record removal.

Definition at line 128 of file devSup.h.


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