9 #ifndef NDAttributeList_H
10 #define NDAttributeList_H
14 #include <epicsMutex.h>
26 NDAttribute* add(
const char *pName,
const char *pDescription=
"",
31 int remove(
const char *pName);
35 int report(FILE *fp,
int details);
#define ADCORE_API
Definition: ADCoreAPI.h:41
NDDataType_t dataType
Definition: ADPylon.cpp:60
NDAttrDataType_t
Enumeration of NDAttribute attribute data types.
Definition: NDAttribute.h:45
@ NDAttrUndefined
Undefined data type.
Definition: NDAttribute.h:57
NDAttribute class; an attribute has a name, description, source type, source string,...
Definition: NDAttribute.h:96
NDAttributeList.h.
Definition: NDAttributeList.h:21