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

Filter instance data. More...

#include <dbChannel.h>

Collaboration diagram for chFilter:
Collaboration graph
[legend]

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)
 
dbChannelchan
 The dbChannel we belong to.
 
const chFilterPluginplug
 The plugin that created us.
 
chPostEventFuncpre_func
 pre-chain filter function
 
void * pre_arg
 pre-chain context pointer
 
chPostEventFuncpost_func
 post-chain filter function
 
void * post_arg
 post-chain context pointer
 
void * puser
 For use by the plugin.
 

Detailed Description

A chFilter holds data about a single filter instance.

Definition at line 312 of file dbChannel.h.


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