Rev 971 | Rev 1008 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 971 | Rev 986 | ||
|---|---|---|---|
| Line 96... | Line 96... | ||
| 96 | { |
96 | { |
| 97 | return "[CanMessage] " + this.getClassName() + ", " + |
97 | return "[CanMessage] " + this.getClassName() + ", " + |
| 98 | this.getDirectionFlag() + ", " + |
98 | this.getDirectionFlag() + ", " + |
| 99 | this.getModuleName() + ", " + |
99 | this.getModuleName() + ", " + |
| 100 | this.getModuleId() + ", " + |
100 | this.getModuleId() + ", " + |
| - | 101 | this.getCommandName() + ", " + |
|
| 101 | this.getDataString(); |
102 | this.getDataString(); |
| 102 | 103 | ||
| 103 | } |
104 | } |