#include <XSensSource.h>
Inheritance diagram for ot::XSensSource:


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual | ~XSensSource () |
Public Attributes | |
| Event | event |
| the event that is posted to the EventObservers | |
| int | comport |
| serial comport numbered from 0 | |
| bool | amd |
| whether to use automatic adjustment to magnetic disturbances or not | |
Protected Member Functions | |
| XSensSource (int _comport=1, bool _amd=false) | |
| protected constructor so it is only accessible by the module | |
| void | push (void) |
Protected Attributes | |
| IMotionTracker * | pMT |
Friends | |
| class | XSensModule |
|
|
|
|
||||||||||||
|
protected constructor so it is only accessible by the module
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
|
|
|
|
|
|
|
whether to use automatic adjustment to magnetic disturbances or not
|
|
|
serial comport numbered from 0
|
|
|
the event that is posted to the EventObservers
|
|
|
|
1.4.6