#include "ros/ros.h"
#include "std_msgs/Bool.h"
#include "sensor_msgs/Range.h"
#include <libphidgets/phidget21.h>
#include <sstream>
Go to the source code of this file.
◆ display_generic_properties()
void display_generic_properties |
( |
CPhidgetHandle |
phid | ) |
|
◆ IFK_AttachHandler()
int IFK_AttachHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr |
|
) |
| |
◆ IFK_SensorChangeHandler()
int IFK_SensorChangeHandler |
( |
CPhidgetInterfaceKitHandle |
IFK, |
|
|
void * |
userptr, |
|
|
int |
Index, |
|
|
int |
Value |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |