Changeset 214 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnObject.cpp
- Timestamp:
- Feb 7, 2018, 5:49:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnObject.cpp
r167 r214 20 20 #include "VrpnClient.h" 21 21 #include <string.h> 22 23 #include <cvmatrix.h> 22 #include <Matrix.h> 24 23 25 24 using std::string; … … 53 52 } 54 53 55 cvmatrix *VrpnObject::Output(void) const { return pimpl_->output; }54 Matrix *VrpnObject::Output(void) const { return pimpl_->output; } 56 55 57 cvmatrix *VrpnObject::State(void) const { return pimpl_->state; }56 Matrix *VrpnObject::State(void) const { return pimpl_->state; } 58 57 59 58 Tab *VrpnObject::GetPlotTab(void) const { return pimpl_->plot_tab; }
Note:
See TracChangeset
for help on using the changeset viewer.