#include <InterfaceKit.h>
|
static int CCONV | AttachHandler (CPhidgetHandle IFK, void *userptr) |
|
static int CCONV | DetachHandler (CPhidgetHandle IFK, void *userptr) |
|
static int CCONV | ErrorHandler (CPhidgetHandle IFK, void *userptr, int ErrorCode, const char *unknown) |
|
static int CCONV | InputChangeHandler (CPhidgetInterfaceKitHandle IFK, void *usrptr, int Index, int State) |
|
static int CCONV | SensorChangeHandler (CPhidgetInterfaceKitHandle IFK, void *usrptr, int Index, int Value) |
|
Definition at line 54 of file InterfaceKit.h.
◆ AttachHandler()
int CCONV Devices::InterfaceKit::AttachHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr |
|
) |
| |
|
staticprivate |
◆ Destroy()
void Devices::InterfaceKit::Destroy |
( |
| ) |
const |
◆ DetachHandler()
int CCONV Devices::InterfaceKit::DetachHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr |
|
) |
| |
|
staticprivate |
◆ display_properties()
int Devices::InterfaceKit::display_properties |
( |
CPhidgetInterfaceKitHandle |
phid | ) |
const |
|
private |
◆ ErrorHandler()
int CCONV Devices::InterfaceKit::ErrorHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr, |
|
|
int |
ErrorCode, |
|
|
const char * |
unknown |
|
) |
| |
|
staticprivate |
◆ FrameMove()
void Devices::InterfaceKit::FrameMove |
( |
| ) |
const |
◆ Initialize()
◆ InputChangeHandler()
int CCONV Devices::InterfaceKit::InputChangeHandler |
( |
CPhidgetInterfaceKitHandle |
IFK, |
|
|
void * |
usrptr, |
|
|
int |
Index, |
|
|
int |
State |
|
) |
| |
|
staticprivate |
fail state is -1 I think, but we have to send -999 to the component for compatibility
let's automatically add a bus command based on the name we could also control if it sends a DEPRESS vs. RELEASE
Definition at line 77 of file InterfaceKit.cpp.
◆ SensorChangeHandler()
int CCONV Devices::InterfaceKit::SensorChangeHandler |
( |
CPhidgetInterfaceKitHandle |
IFK, |
|
|
void * |
usrptr, |
|
|
int |
Index, |
|
|
int |
Value |
|
) |
| |
|
staticprivate |
I shut this off because it clutters the log when the simulator is ON... probably should be configurable
Definition at line 149 of file InterfaceKit.cpp.
◆ attached
bool Devices::InterfaceKit::attached = false |
|
private |
◆ bus
Bus* Devices::InterfaceKit::bus = nullptr |
|
private |
◆ config
◆ ifKit
CPhidgetInterfaceKitHandle Devices::InterfaceKit::ifKit = nullptr |
|
private |
◆ logger
Logger* Devices::InterfaceKit::logger = nullptr |
|
private |
◆ wasDetached
bool Devices::InterfaceKit::wasDetached = false |
|
private |
The documentation for this class was generated from the following files: