changeset 1 | 40cb640ef159 |
parent 0 | 5a93021fdf25 |
0:5a93021fdf25 | 1:40cb640ef159 |
---|---|
41 |
41 |
42 /** |
42 /** |
43 * Starts up the timer |
43 * Starts up the timer |
44 */ |
44 */ |
45 void Start(); |
45 void Start(); |
46 |
|
47 /** |
|
48 * Starts up the short timer |
|
49 */ |
|
50 void StartShort(); |
|
46 |
51 |
47 private: |
52 private: |
48 /** |
53 /** |
49 * C++ constructor. |
54 * C++ constructor. |
50 * @param aCallback Pointer to the class where callback goes |
55 * @param aCallback Pointer to the class where callback goes |