Distribute the events to the node map. More...
#include <EventAdapter1394.h>

Public Member Functions | |
| CEventAdapter1394 (INodeMap *pNodeMap=NULL) | |
| constructor More... | |
| void | DeliverEventMessage (EventData1394 &Event, uint32_t numBytes) |
| distributes events to node map More... | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes) |
| Deliver message. More... | |
| ~CEventAdapter1394 () | |
| destructor More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CEventAdapter | |
| virtual void | AttachNodeMap (INodeMap *pNodeMap) |
| Attaches to a node map and retrieves the chunk ports. More... | |
| CEventAdapter (INodeMap *pNodeMap=NULL) | |
| Constructor. More... | |
| virtual void | DetachNodeMap () |
| Detaches from the node emap. More... | |
| virtual | ~CEventAdapter () |
| Destructor. More... | |
Private Member Functions | |
| CEventAdapter1394 (const CEventAdapter1394 &) | |
| not implemented: copy constructor More... | |
| CEventAdapter1394 & | operator= (const CEventAdapter1394 &) |
| not implemented: assignment operator More... | |
Private Attributes | |
| EventAdapter1394Impl * | m_pImpl |
Additional Inherited Members | |
Protected Attributes inherited from GENAPI_NAMESPACE::CEventAdapter | |
| std::vector< CEventPort * > * | m_ppEventPorts |
| An array of attached ChunkPorts. More... | |
Distribute the events to the node map.
Definition at line 42 of file EventAdapter1394.h.
|
explicit |
constructor
| GENAPI_NAMESPACE::CEventAdapter1394::~CEventAdapter1394 | ( | ) |
destructor
|
private |
not implemented: copy constructor
| void GENAPI_NAMESPACE::CEventAdapter1394::DeliverEventMessage | ( | EventData1394 & | Event, |
| uint32_t | numBytes | ||
| ) |
distributes events to node map
|
virtual |
Deliver message.
Implements GENAPI_NAMESPACE::CEventAdapter.
|
private |
not implemented: assignment operator
|
private |
Definition at line 60 of file EventAdapter1394.h.