#include <hps.h>
Public Member Functions | |
intptr_t | GetClassID () const |
Protected Member Functions | |
DriverEvent (OpaqueHandle in_nr) | |
Protected Attributes | |
OpaqueHandle | nr |
The DriverEvent class is the common base class of all driver events. A driver event represents a specific action the driver performs during an update. DriverEvents occur on the driver updater thread.
intptr_t HPS::DriverEvent::GetClassID | ( | ) | const |
Returns a unique identifier that can be used to identify which class an object is.