#include <pv_engine_types.h>
Public Methods | |
PVEngineAsyncEvent (int32 aAsyncEventType) | |
PVEngineAsyncEvent (const PVEngineAsyncEvent &aAsyncEvent) | |
int32 | GetAsyncEventType () const |
Data Fields | |
int32 | iAsyncEventType |
PVEngineAsyncEvent class is a data class to hold asynchronous events generated by the engine. The class is meant to be used inside the engine and not exposed to the interface layer or above.
|
The constructor for PVEngineCommand which allows the data values to be set.
|
|
The copy constructor for PVEngineAsyncEvent. Used mainly for Oscl_Vector.
|
|
This function returns the stored asynchronous event type value.
|
|
|