|
EPICS Base
7.0.8.1
|
A Database Channel object. More...
#include <dbChannel.h>

Public Attributes | |
| const char * | name |
| dbAddr | addr |
| long | final_no_elements |
| short | final_field_size |
| short | final_type |
| ELLLIST | filters |
| ELLLIST | pre_chain |
| ELLLIST | post_chain |
A dbChannel is created from a user-supplied channel name, and holds pointers to the record & field and information about any filters that were specified with it. The dbChannel macros defined in this header file should always be used to read data from a dbChannel object, the internal implementation may change without notice.
Definition at line 84 of file dbChannel.h.
| const char* dbChannel::name |
Channel name
Definition at line 85 of file dbChannel.h.
| dbAddr dbChannel::addr |
Pointers to record & field
Definition at line 86 of file dbChannel.h.
| long dbChannel::final_no_elements |
Final number of array elements
Definition at line 87 of file dbChannel.h.
| short dbChannel::final_field_size |
Final size of each element
Definition at line 88 of file dbChannel.h.
| short dbChannel::final_type |
Final type of database field
Definition at line 89 of file dbChannel.h.
| ELLLIST dbChannel::filters |
Filters used by dbChannel
Definition at line 90 of file dbChannel.h.
| ELLLIST dbChannel::pre_chain |
Filters on pre-event-queue chain
Definition at line 91 of file dbChannel.h.
| ELLLIST dbChannel::post_chain |
Filters on post-event-queue chain
Definition at line 92 of file dbChannel.h.
1.8.5