This is Unofficial EPICS BASE Doxygen Site
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 117 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 122 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 127 of file devSup.h.


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