|
EPICS Base
7.0.8.1
|
Filter instance data. More...
#include <dbChannel.h>

Public Attributes | |
| ELLNODE | list_node |
| List node (dbChannel->filters) | |
| ELLNODE | pre_node |
| List node (dbChannel->pre_chain) | |
| ELLNODE | post_node |
| List node (dbChannel->post_chain) | |
| dbChannel * | chan |
| The dbChannel we belong to. | |
| const chFilterPlugin * | plug |
| The plugin that created us. | |
| chPostEventFunc * | pre_func |
| pre-chain filter function | |
| void * | pre_arg |
| pre-chain context pointer | |
| chPostEventFunc * | post_func |
| post-chain filter function | |
| void * | post_arg |
| post-chain context pointer | |
| void * | puser |
| For use by the plugin. | |
A chFilter holds data about a single filter instance.
Definition at line 327 of file dbChannel.h.
1.8.5