#include <Encoder.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 (CPhidgetEncoderHandle IFK, void *usrptr, int Index, int State) |
|
static int CCONV | PositionChangeHandler (CPhidgetEncoderHandle IFK, void *usrptr, int Index, int Time, int RelativePosition) |
|
Definition at line 15 of file Encoder.h.
◆ AttachHandler()
int CCONV Devices::Encoder::AttachHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr |
|
) |
| |
|
staticprivate |
◆ Destroy()
void Devices::Encoder::Destroy |
( |
| ) |
const |
◆ DetachHandler()
int CCONV Devices::Encoder::DetachHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr |
|
) |
| |
|
staticprivate |
we need to blank out all the values
Definition at line 51 of file Encoder.cpp.
◆ display_properties()
int Devices::Encoder::display_properties |
( |
CPhidgetEncoderHandle |
phid | ) |
const |
|
private |
Display the properties of the attached phidget to the screen. We will be displaying the name, serial number and version of the attached device. Will also display the number of inputs and encoders on this device
Definition at line 271 of file Encoder.cpp.
◆ ErrorHandler()
int CCONV Devices::Encoder::ErrorHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr, |
|
|
int |
ErrorCode, |
|
|
const char * |
unknown |
|
) |
| |
|
staticprivate |
◆ Initialize()
◆ InputChangeHandler()
int CCONV Devices::Encoder::InputChangeHandler |
( |
CPhidgetEncoderHandle |
IFK, |
|
|
void * |
usrptr, |
|
|
int |
Index, |
|
|
int |
State |
|
) |
| |
|
staticprivate |
◆ PositionChangeHandler()
int CCONV Devices::Encoder::PositionChangeHandler |
( |
CPhidgetEncoderHandle |
IFK, |
|
|
void * |
usrptr, |
|
|
int |
Index, |
|
|
int |
Time, |
|
|
int |
RelativePosition |
|
) |
| |
|
staticprivate |
◆ attached
bool Devices::Encoder::attached = false |
|
private |
◆ bus
Bus* Devices::Encoder::bus = nullptr |
|
private |
◆ config
◆ ifKit
CPhidgetEncoderHandle Devices::Encoder::ifKit = nullptr |
|
private |
◆ logger
Logger* Devices::Encoder::logger = nullptr |
|
private |
◆ wasDetached
bool Devices::Encoder::wasDetached = false |
|
private |
The documentation for this class was generated from the following files: