HPS::Stream::ExportEventHandler Class Reference
#include <hps.h>
Public Member Functions | |
virtual void | Handle (ExportEvent *in_event) |
Detailed Description
The ExportEventHandler class is the base class for user-defined ExportEvent handlers.
Member Function Documentation
|
virtual |
The handler function for Stream ExportEvents. Override this function to process the ExportEvent to suit your needs. This function is called synchronously as data is exported by Stream; Stream export will be paused until this function returns.
- Parameters
-
in_event A pointer to the ExportEvent data.
The documentation for this class was generated from the following file:
- include/hps.h