Changeset 72 in pacpussensors for trunk/Sick/SickLMSSensor.cpp
- Timestamp:
- Dec 4, 2014, 1:02:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sick/SickLMSSensor.cpp
r71 r72 321 321 message->splitMessage = new std::vector<std::string>(); 322 322 323 for(int i ; i < message->msgSize; ++i){323 for(int i=0; i < message->msgSize; ++i){ 324 324 std::string* str = new std::string(); 325 325 while(message->body[i] != ' ' && i < message->msgSize){
Note:
See TracChangeset
for help on using the changeset viewer.