areaDetector  3-5-0
EPICS areaDetector framework
Classes | Typedefs
functAttribute.h File Reference
#include "NDArray.h"

Go to the source code of this file.

Classes

class  functAttribute
 Attribute that gets its value from a user-defined function The updateValue() method for this class retrieves the current value from the function. More...
 

Typedefs

typedef int(* NDAttributeFunction) (const char *functParam, void **functionPvt, class functAttribute *pAttribute)
 

Typedef Documentation

◆ NDAttributeFunction

typedef int(* NDAttributeFunction) (const char *functParam, void **functionPvt, class functAttribute *pAttribute)