Rev 1008 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1008 | Rev 1020 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | // A node sent pgm ack but we are not in the progress of programming, probably to someone else |
53 | // A node sent pgm ack but we are not in the progress of programming, probably to someone else |
| 54 | //} |
54 | //} |
| 55 | break; |
55 | break; |
| 56 | 56 | ||
| 57 | case "Pgm_Nack": |
57 | case "Pgm_Nack": |
| - | 58 | if (CanProgrammingNode) |
|
| - | 59 | { |
|
| - | 60 | CanProgrammingNode.handleNack(canMessage.getData("Data")); |
|
| - | 61 | } |
|
| 58 | // I do not now what this is for... |
62 | // I do not now what this is for... |
| 59 | break; |
63 | break; |
| 60 | 64 | ||
| 61 | case "Start_App": |
65 | case "Start_App": |
| 62 | // Someone sent a app start command... should we do something? |
66 | // Someone sent a app start command... should we do something? |