Changeset 458 in flair-src for trunk/lib/FlairSimulator/src/Plane.h
- Timestamp:
- Jan 4, 2022, 3:58:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Plane.h
r457 r458 30 30 namespace actuator { 31 31 class SimuBldc; 32 class SimuServos; 32 33 } 33 34 } … … 62 63 void WritedbtBuf(char *dbtbuf); 63 64 void ReaddbtBuf(char *dbtbuf); 64 core::Mutex * motor_speed_mutex;65 core::Mutex *actuators_mutex; 65 66 Blade *f_blade; 66 MeshSceneNode *l_a ileron,*r_aileron;67 MeshSceneNode *l_axe_aileron,*r_axe_aileron; 67 68 #endif 68 69 69 70 actuator::SimuBldc *motor; 70 float motor_speed; 71 actuator::SimuServos *servos; 72 float motor_speed,servos_pos[2];//servo pos in radians 71 73 gui::DoubleSpinBox *m; 72 74 gui::SpinBox *motorTimeout;
Note:
See TracChangeset
for help on using the changeset viewer.