11 #ifndef INCparamAttributeH
12 #define INCparamAttributeH
33 paramAttribute(
const char *pName,
const char *pDescription,
const char *pSource,
int addr,
39 int report(FILE *fp,
int details);
Definition: paramAttribute.h:25
Definition: paramAttribute.h:22
paramAttrType_t
Definition: paramAttribute.h:20
This is the class from which NDArray drivers are derived; implements the asynGenericPointer functions...
Definition: asynNDArrayDriver.h:132
Definition: paramAttribute.h:24
Attribute that gets its value from an asynNDArrayDriver driver parameter.
Definition: paramAttribute.h:31
Definition: paramAttribute.h:23
virtual NDAttribute * copy(NDAttribute *pAttribute)
Copies properties from this to pOut.
Definition: NDAttribute.cpp:104
Definition: paramAttribute.h:21
NDAttribute class; an attribute has a name, description, source type, source string, data type, and value.
Definition: NDAttribute.h:95
virtual int report(FILE *fp, int details)
Reports on the properties of the attribute.
Definition: NDAttribute.cpp:415
#define ADCORE_API
Definition: ADCoreAPI.h:41
virtual int updateValue()
Updates the current value of this attribute.
Definition: NDAttribute.cpp:406