![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Tobis Programm forked to not destroy your golden files
Fork of Robocode by
source/StartUp.cpp@38:3526c36e4c73, 2017-04-04 (annotated)
- Committer:
- cittecla
- Date:
- Tue Apr 04 15:01:59 2017 +0000
- Revision:
- 38:3526c36e4c73
- Child:
- 57:1a395b6928ee
Started resolving State_Machine
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
cittecla | 38:3526c36e4c73 | 1 | #include "StartUp.h" |
cittecla | 38:3526c36e4c73 | 2 | |
cittecla | 38:3526c36e4c73 | 3 | |
cittecla | 38:3526c36e4c73 | 4 | int idel(){ |
cittecla | 38:3526c36e4c73 | 5 | |
cittecla | 38:3526c36e4c73 | 6 | return 0; |
cittecla | 38:3526c36e4c73 | 7 | } |
cittecla | 38:3526c36e4c73 | 8 | int idel2(){ |
cittecla | 38:3526c36e4c73 | 9 | |
cittecla | 38:3526c36e4c73 | 10 | return 0; |
cittecla | 38:3526c36e4c73 | 11 | } |
cittecla | 38:3526c36e4c73 | 12 | |
cittecla | 38:3526c36e4c73 | 13 | |
cittecla | 38:3526c36e4c73 | 14 | |
cittecla | 38:3526c36e4c73 | 15 | int initialisation(){ |
cittecla | 38:3526c36e4c73 | 16 | |
cittecla | 38:3526c36e4c73 | 17 | return 0; |
cittecla | 38:3526c36e4c73 | 18 | } |
cittecla | 38:3526c36e4c73 | 19 | |
cittecla | 38:3526c36e4c73 | 20 | int engage_motors(){ |
cittecla | 38:3526c36e4c73 | 21 | |
cittecla | 38:3526c36e4c73 | 22 | return 0; |
cittecla | 38:3526c36e4c73 | 23 | } |
cittecla | 38:3526c36e4c73 | 24 | |
cittecla | 38:3526c36e4c73 | 25 | int test_servos(){ |
cittecla | 38:3526c36e4c73 | 26 | |
cittecla | 38:3526c36e4c73 | 27 | return 0; |
cittecla | 38:3526c36e4c73 | 28 | } |
cittecla | 38:3526c36e4c73 | 29 | |
cittecla | 38:3526c36e4c73 | 30 | int inital_positioning(){ |
cittecla | 38:3526c36e4c73 | 31 | |
cittecla | 38:3526c36e4c73 | 32 | return 0; |
cittecla | 38:3526c36e4c73 | 33 | } |
cittecla | 38:3526c36e4c73 | 34 | |
cittecla | 38:3526c36e4c73 | 35 | |
cittecla | 38:3526c36e4c73 | 36 | int tart_positioning(){ |
cittecla | 38:3526c36e4c73 | 37 | |
cittecla | 38:3526c36e4c73 | 38 | return 0; |
cittecla | 38:3526c36e4c73 | 39 | } |
cittecla | 38:3526c36e4c73 | 40 | |
cittecla | 38:3526c36e4c73 | 41 | int start_mapping(){ |
cittecla | 38:3526c36e4c73 | 42 | |
cittecla | 38:3526c36e4c73 | 43 | return 0; |
cittecla | 38:3526c36e4c73 | 44 | } |
cittecla | 38:3526c36e4c73 | 45 | |
cittecla | 38:3526c36e4c73 | 46 | int initial_turn(){ |
cittecla | 38:3526c36e4c73 | 47 | |
cittecla | 38:3526c36e4c73 | 48 | return 0; |
cittecla | 38:3526c36e4c73 | 49 | } |
cittecla | 38:3526c36e4c73 | 50 |