11 #ifndef INCfunctAttributeH
12 #define INCfunctAttributeH
25 functAttribute(
const char *pName,
const char *pDescription,
const char *pSource,
const char *pParam);
30 int report(FILE *fp,
int details);
Attribute that gets its value from a user-defined function The updateValue() method for this class re...
Definition: functAttribute.h:23
virtual NDAttribute * copy(NDAttribute *pAttribute)
Copies properties from this to pOut.
Definition: NDAttribute.cpp:104
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
int(* NDAttributeFunction)(const char *functParam, void **functionPvt, class functAttribute *pAttribute)
Definition: functAttribute.h:18