Changeset 187 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnClient_impl.cpp
- Timestamp:
- 07/04/17 09:38:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnClient_impl.cpp
r167 r187 56 56 setup_tab = new Tab(tab, "Reglages"); 57 57 58 rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1" );59 rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2" );58 rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1",OneAxisRotation::PreRotation); 59 rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2",OneAxisRotation::PreRotation); 60 60 } 61 61 … … 76 76 setup_tab = new Tab(tab, "Reglages"); 77 77 78 rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1" );79 rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2" );78 rotation_1 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 1",OneAxisRotation::PreRotation); 79 rotation_2 = new OneAxisRotation(setup_tab->NewRow(), "post rotation 2",OneAxisRotation::PreRotation); 80 80 } 81 81
Note:
See TracChangeset
for help on using the changeset viewer.