areaDetector
3-13
EPICS areaDetector framework
|
Structure used by the EPICS ellLib library for linked lists of C++ objects. More...
#include <NDAttribute.h>
Public Attributes | |
ELLNODE | node |
class NDAttribute * | pNDAttribute |
Structure used by the EPICS ellLib library for linked lists of C++ objects.
This is needed for ellLists of C++ objects, for which making the first data element the ELLNODE does not work if the class has virtual functions or derived classes.
ELLNODE NDAttributeListNode::node |
class NDAttribute* NDAttributeListNode::pNDAttribute |