#include <SignOTSource.h>
Collaboration diagram for SignOTSource:

SignOTSource is an OpenTracker source that enables SIGN applications to generate OT events. Currently, only tracking events are supported.
Public Member Functions | |
| SignOTSource (std::string stationName) | |
| virtual int | isEventGenerator () |
Public Attributes | |
| int | events |
| event enabled or not | |
| ot::Event * | state |
| the state and station that is stored | |
| std::string | StationName |
| SignOTModule * | parent |
| pointer to parent TrackerOT class | |
| int | changed |
|
|
constructor sets the number of the station
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
|
|
|
|
|
|
event enabled or not
|
|
|
pointer to parent TrackerOT class
|
|
|
the state and station that is stored
|
|
|
|
1.4.6