Rev 1021 | Rev 1026 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1021 | Rev 1024 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | #include "canmessage.h" |
25 | #include "canmessage.h" |
| 26 | 26 | ||
| 27 | void CanMessage::setRaw(string rawHex) |
27 | void CanMessage::setRaw(string rawHex) |
| 28 | { |
28 | { |
| 29 | CanIdTranslator &translator = CanIdTranslator::getInstance(); |
29 | CanIdTranslator &translator = CanIdTranslator::getInstance(); |
| 30 | //SyslogStream &slog = SyslogStream::getInstance(); |
- | |
| 31 | 30 | ||
| 32 | //PKT 00060102 1 0 00 00 c4 |
31 | //PKT 00060102 1 0 00 00 c4 |
| 33 | 32 | ||
| 34 | rawHex = trim(rawHex, '\n'); |
33 | rawHex = trim(rawHex, '\n'); |
| 35 | rawHex = trim(rawHex); |
34 | rawHex = trim(rawHex); |