Changeset 214 in flair-src for trunk/lib/FlairSensorActuator/src/unexported
- Timestamp:
- Feb 7, 2018, 5:49:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/unexported/VrpnObject_impl.h
r167 r214 28 28 namespace flair { 29 29 namespace core { 30 class cvmatrix;30 class Matrix; 31 31 } 32 32 namespace gui { … … 58 58 flair::gui::DataPlot1D *y_plot; 59 59 flair::gui::DataPlot1D *z_plot; 60 flair::core:: cvmatrix *output, *state;60 flair::core::Matrix *output, *state; 61 61 62 62 static void VRPN_CALLBACK handle_pos(void *userdata, const vrpn_TRACKERCB t);
Note:
See TracChangeset
for help on using the changeset viewer.