Connects a GigE Event to a node map. More...
Public Member Functions | |
| CEventAdapterGEV (INodeMap *pNodeMap=NULL) | |
| Constructor. More... | |
| virtual | ~CEventAdapterGEV () |
| Destructor. More... | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes) |
| Deliver message. More... | |
| void | DeliverEventMessage (const GVCP_EVENT_REQUEST *pEvent) |
| Delivers the Events listed in the Event packet. More... | |
| void | DeliverEventMessage (const GVCP_EVENTDATA_REQUEST *pEventData) |
| Delivers the Event + Data listed in the EventData packet. More... | |
Public Member Functions inherited from CEventAdapter | |
| CEventAdapter (INodeMap *pNodeMap=NULL) | |
| Constructor. More... | |
| virtual | ~CEventAdapter () |
| Destructor. More... | |
| virtual void | AttachNodeMap (INodeMap *pNodeMap) |
| Attaches to a node map and retrieves the chunk ports. More... | |
| virtual void | DetachNodeMap () |
| Detaches from the node emap. More... | |
Additional Inherited Members | |
Protected Attributes inherited from CEventAdapter | |
| void * | m_pEventAdapter |
Connects a GigE Event to a node map.
| CEventAdapterGEV | ( | INodeMap * | pNodeMap = NULL | ) |
Constructor.
|
virtual |
Destructor.
| void DeliverEventMessage | ( | const GVCP_EVENT_REQUEST * | pEvent | ) |
Delivers the Events listed in the Event packet.
| void DeliverEventMessage | ( | const GVCP_EVENTDATA_REQUEST * | pEventData | ) |
Delivers the Event + Data listed in the EventData packet.
|
virtual |
Deliver message.
Implements CEventAdapter.