Subversion Repositories Projects

Rev

Rev 449 | Rev 500 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 449 Rev 462
Line 1... Line 1...
1
#include<Handler.h>
1
#include "Handler.h"
-
 
2
#include <iostream>
Line 2... Line 3...
2
 
3
 
3
/**
4
/**
4
 * Constructor that gets a communication instance
5
 * Constructor that gets a communication instance
5
 */
6
 */
Line 319... Line 320...
319
                    }
320
                    }
320
                    break;
321
                    break;
321
                // Debug-Daten
322
                // Debug-Daten
322
                case 'D' : // DONE 0.71g
323
                case 'D' : // DONE 0.71g
323
                    for (int i = 0; i < MaxAnalog; i++) {
324
                    for (int i = 0; i < MaxAnalog; i++) {
324
                        //AnalogData[i] = Parser::dataToInt(RX.decode, (i * 2) + 2);
325
                        std::cout << Parser::dataToInt(data, (i * 2) + 2) << std::endl;
325
                    }
326
                    }
326
                    //show_DebugData();
327
                    //show_DebugData();
327
                    break;
328
                    break;
328
                // Version
329
                // Version
329
                case 'V' : // DONE 0.71h
330
                case 'V' : // DONE 0.71h