Nv::Blast::TkEventListener Class Reference

#include <NvBlastTkEvent.h>

Inheritance diagram for Nv::Blast::TkEventListener:

Nv::Blast::ExtSync

List of all members.

Public Member Functions

virtual void receive (const TkEvent *events, uint32_t eventCount)=0


Detailed Description

Interface for a listener of TkEvent data. The user must implement this interface and pass it to the object which will dispatch the events.

Member Function Documentation

virtual void Nv::Blast::TkEventListener::receive ( const TkEvent events,
uint32_t  eventCount 
) [pure virtual]

Interface to be implemented by the user. Events will be sent by BlastTk through a call to this function.

Parameters:
[in] events The array of events being dispatched.
[in] eventCount The number of events in the array.

Implemented in Nv::Blast::ExtSync.


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