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

◆ add_record

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.

◆ del_record

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: