Changeset 68 in flair-dev for trunk/include/FlairSimulator
- Timestamp:
- Mar 6, 2018, 12:14:17 PM (7 years ago)
- Location:
- trunk/include/FlairSimulator
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSimulator/X4.h
r50 r68 26 26 namespace gui { 27 27 class DoubleSpinBox; 28 class SpinBox; 28 29 } 29 30 namespace actuator { … … 63 64 gui::DoubleSpinBox *f_air_vert, *f_air_lat; 64 65 gui::DoubleSpinBox *j_roll, *j_pitch, *j_yaw; 66 gui::SpinBox *motorTimeout; 65 67 }; 66 68 } // end namespace simulator -
trunk/include/FlairSimulator/X8.h
r50 r68 26 26 namespace gui { 27 27 class DoubleSpinBox; 28 class SpinBox; 28 29 } 29 30 namespace actuator { … … 65 66 gui::DoubleSpinBox *j_roll, *j_pitch, *j_yaw; 66 67 gui::DoubleSpinBox *j_r, *sigma, *S; 68 gui::SpinBox *motorTimeout; 67 69 }; 68 70 } // end namespace simulator
Note:
See TracChangeset
for help on using the changeset viewer.