A simple shutter button class that generates an FCam::Event each time the Phidget based shutter button is pressed or released. More...
#include <ShutterButton.h>


Public Member Functions | |
| virtual std::string | getEventString (const Event &) const |
| Returns a string describing the meaning of a given event generated by this object. | |
| ShutterButton (int halfPress=1, int fullPress=0) | |
| Creates a new shutter button PhidgetDevice and registers the Phidget input indices corresponding to half and full presses. | |
A simple shutter button class that generates an FCam::Event each time the Phidget based shutter button is pressed or released.
Definition at line 16 of file ShutterButton.h.
| FCam::F2::ShutterButton::ShutterButton | ( | int | halfPress = 1, |
|
| int | fullPress = 0 | |||
| ) |
Creates a new shutter button PhidgetDevice and registers the Phidget input indices corresponding to half and full presses.
Definition at line 90 of file ShutterButton.cpp.
1.7.1