Container for a function pointer. More...
Public Member Functions | |
Function_NodeCallback (INode *pNode, const Function &function, ECallbackType CallbackType) | |
Constructor. More... | |
virtual void | operator() (ECallbackType CallbackType) const |
execute operation: call the function More... | |
virtual void | Destroy () |
destroys teh object More... | |
![]() | |
CNodeCallback (INode *pNode, ECallbackType CallbackType) | |
virtual | ~CNodeCallback () |
virtual destructor More... | |
INode * | GetNode () |
returns the node the callback is registered to More... | |
ECallbackType | GetCallbackType () |
Additional Inherited Members | |
![]() | |
INode * | m_pNode |
the node were the callback is installed More... | |
ECallbackType | m_CallbackType |
the type of the callback More... | |
Container for a function pointer.
|
inline |
Constructor.
|
inlinevirtual |
destroys teh object
Implements CNodeCallback.
|
inlinevirtual |
execute operation: call the function
Implements CNodeCallback.
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Mon Apr 10 2023 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |