#include <GizmoATIX10.hpp>
Inheritance diagram for Gizmod::GizmoATIX10:
Public Member Functions | |
virtual std::string | getType () |
Get the type of the Gizmo. | |
virtual bool | processEvent (GizmoEvent *pEvent) |
Process an event. | |
GizmoATIX10 () | |
Serialize Constructor. | |
GizmoATIX10 (const H::DeviceInfo &deviceInfo, int DeviceID, int DeviceClassID) | |
Default Constructor. | |
virtual | ~GizmoATIX10 () |
Destructor. | |
Friends | |
class | boost::serialization::access |
This class contains all of the helper functions for making use of ATIX10 devices
std::string GizmoATIX10::getType | ( | ) | [virtual] |
bool GizmoATIX10::processEvent | ( | GizmoEvent * | pEvent | ) | [virtual] |
Process an event.
pEvent | The event to process |
Reimplemented from Gizmod::Gizmo.