Public Member Functions | Protected Attributes | List of all members
GenApi::Function_NodeCallback< Function > Class Template Reference

Container for a function pointer. More...

#include <GenApi/NodeCallback.h>

Inheritance diagram for GenApi::Function_NodeCallback< Function >:
Inheritance graph
[legend]

Public Member Functions

 Function_NodeCallback (INode *pNode, const Function &function, ECallbackType CallbackType)
 Constructor.
 
virtual void operator() (ECallbackType CallbackType) const
 execute operation: call the function
 
virtual void Destroy ()
 destroys teh object
 
INodeGetNode ()
 returns the node the callback is registered to
 

Protected Attributes

INodem_pNode
 the node were the callback is installed
 
ECallbackType m_CallbackType
 the typ of the callback
 

Detailed Description

template<class Function>
class GenApi::Function_NodeCallback< Function >

Container for a function pointer.


The documentation for this class was generated from the following file:

© 2006-2014 Basler (Tue Jul 22 2014 11:41:23)