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);
#define ADCORE_API
Definition: ADCoreAPI.h:41
NDDataType_t dataType
Definition: ADPylon.cpp:60
NDAttribute class; an attribute has a name, description, source type, source string,...
Definition: NDAttribute.h:96
virtual int updateValue()
Updates the current value of this attribute.
Definition: NDAttribute.cpp:410
virtual NDAttribute * copy(NDAttribute *pAttribute)
Copies properties from this to pOut.
Definition: NDAttribute.cpp:108
virtual int report(FILE *fp, int details)
Reports on the properties of the attribute.
Definition: NDAttribute.cpp:419
This is the class from which NDArray drivers are derived; implements the asynGenericPointer functions...
Definition: asynNDArrayDriver.h:136
Attribute that gets its value from an asynNDArrayDriver driver parameter.
Definition: paramAttribute.h:31
paramAttrType_t
Definition: paramAttribute.h:20
@ paramAttrTypeInt64
Definition: paramAttribute.h:22
@ paramAttrTypeInt
Definition: paramAttribute.h:21
@ paramAttrTypeString
Definition: paramAttribute.h:24
@ paramAttrTypeUnknown
Definition: paramAttribute.h:25
@ paramAttrTypeDouble
Definition: paramAttribute.h:23