#include <SmartiesDevice.h>
smarties::SmartiesDevice::SmartiesDevice |
( |
const char * |
ip, |
|
|
int |
port, |
|
|
Smarties * |
S, |
|
|
int |
proto |
|
) |
| |
smarties::SmartiesDevice::~SmartiesDevice |
( |
| ) |
|
void smarties::SmartiesDevice::connect |
( |
| ) |
|
std::string * smarties::SmartiesDevice::getIP |
( |
| ) |
|
std::string * smarties::SmartiesDevice::getMacAddress |
( |
| ) |
|
int32_t smarties::SmartiesDevice::getSelectedPuckID |
( |
| ) |
|
int smarties::SmartiesDevice::getTouchpadHeight |
( |
| ) |
|
Return the height of the touchpad area.
int smarties::SmartiesDevice::getTouchpadWidth |
( |
| ) |
|
Return the width of the touchpad area.
int smarties::SmartiesDevice::getWidgetsAreaHeight |
( |
| ) |
|
Return the height of the widget area.
int smarties::SmartiesDevice::getWidgetsAreaWidth |
( |
| ) |
|
Return the width of the widget area.
float smarties::SmartiesDevice::getXPixelsByMM |
( |
| ) |
|
Return the number of pixels by mm in the x coordinate.
float smarties::SmartiesDevice::getYPixelsByMM |
( |
| ) |
|
Return the number of pixels by mm in the y coordinate.
bool smarties::SmartiesDevice::isSelectedPuckDirty |
( |
| ) |
|
void smarties::SmartiesDevice::reconnect |
( |
int |
proto | ) |
|
void smarties::SmartiesDevice::setPixelsByMM |
( |
float |
xpixBymm, |
|
|
float |
ypixBymm |
|
) |
| |
void smarties::SmartiesDevice::setSelectedPuckDirty |
( |
bool |
v | ) |
|
void smarties::SmartiesDevice::setSelectedPuckID |
( |
int32_t |
id | ) |
|
void smarties::SmartiesDevice::setTouchpadSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
void smarties::SmartiesDevice::setWidgetsAreaSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
bool smarties::SmartiesDevice::restarted |
The documentation for this class was generated from the following files: