This is Unofficial EPICS BASE Doxygen Site
epics::pvAccess::Monitor::Stats Struct Reference

#include "monitor.h"

+ Collaboration diagram for epics::pvAccess::Monitor::Stats:

Public Attributes

size_t nfilled
 

of elements ready to be poll()d

More...
 
size_t noutstanding
 

of elements poll()d but not released()d

More...
 
size_t nempty
 

of elements available for new remote data

More...
 

Detailed Description

Definition at line 100 of file monitor.h.

Member Data Documentation

size_t epics::pvAccess::Monitor::Stats::nempty

of elements available for new remote data

Definition at line 103 of file monitor.h.

size_t epics::pvAccess::Monitor::Stats::nfilled

of elements ready to be poll()d

Definition at line 101 of file monitor.h.

size_t epics::pvAccess::Monitor::Stats::noutstanding

of elements poll()d but not released()d

Definition at line 102 of file monitor.h.


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