Changeset 157 in flair-src for trunk/lib/FlairSimulator/src
- Timestamp:
- Mar 4, 2017, 3:29:18 PM (8 years ago)
- Location:
- trunk/lib/FlairSimulator/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Man.cpp
r134 r157 60 60 r_speed = new DoubleSpinBox(setup_tab->NewRow(), "rotational speed (deg/s):", 61 61 0, 180, 10); 62 63 SetIsReady(true); 62 64 } 63 65 -
trunk/lib/FlairSimulator/src/X4.cpp
r15 r157 76 76 77 77 motors = new SimuBldc(this, name, 4, dev_id); 78 79 SetIsReady(true); 78 80 } 79 81 -
trunk/lib/FlairSimulator/src/X4.h
r69 r157 19 19 20 20 #include <Model.h> 21 #include <stdint.h>22 #include <stdio.h>23 21 24 22 namespace flair { -
trunk/lib/FlairSimulator/src/X8.cpp
r15 r157 85 85 86 86 motors = new SimuBldc(this, name, 8, dev_id); 87 88 SetIsReady(true); 87 89 } 88 90 -
trunk/lib/FlairSimulator/src/X8.h
r69 r157 19 19 20 20 #include <Model.h> 21 #include <stdint.h>22 21 23 22 namespace flair {
Note:
See TracChangeset
for help on using the changeset viewer.