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);
#define ADCORE_API
Definition: ADCoreAPI.h:41
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
Attribute that gets its value from a user-defined function The updateValue() method for this class re...
Definition: functAttribute.h:23
int(* NDAttributeFunction)(const char *functParam, void **functionPvt, class functAttribute *pAttribute)
Definition: functAttribute.h:18