NDS3  1.0.0
API reference manual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pvDelegateIn.h File Reference

Defines the nds::PVDelegateIn class, an input PV that delegates the read operation to an user defined function. More...

#include "nds3/definitions.h"
#include "nds3/pvBaseIn.h"

Go to the source code of this file.

Classes

class  nds::PVDelegateIn< T >
 An input PV that delegates the read operation to an external function. More...
 

Namespaces

 nds
 All the classes and methods defined by the NDS3 framework are in the namespace nds.
 

Detailed Description

Defines the nds::PVDelegateIn class, an input PV that delegates the read operation to an user defined function.

Include nds.h instead of this one, since nds3.h takes care of including all the necessary header files (including this one).