Rev 1604 | Rev 1608 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1604 | Rev 1607 | ||
|---|---|---|---|
| Line 97... | Line 97... | ||
| 97 | 97 | ||
| 98 | for (unsigned int n = 3; n < length * 2 + 3; n += 2) |
98 | for (unsigned int n = 3; n < length * 2 + 3; n += 2) |
| 99 | { |
99 | { |
| 100 | v8::String::AsciiValue name(args[n]); |
100 | v8::String::AsciiValue name(args[n]); |
| 101 | v8::String::AsciiValue value(args[n + 1]); |
101 | v8::String::AsciiValue value(args[n + 1]); |
| - | 102 | ||
| - | 103 | //LOG.Debug(std::string(*name) + "====" + std::string(*value)); |
|
| 102 | 104 | ||
| 103 | variables[std::string(*name)] = std::string(*value); |
105 | variables[std::string(*name)] = std::string(*value); |
| 104 | } |
106 | } |
| 105 | 107 | ||
| 106 | can::Manager::Instance()->SendMessage(std::string(*full_id), std::string(*command), variables); |
108 | can::Manager::Instance()->SendMessage(std::string(*full_id), std::string(*command), variables); |