integration from bus into ebusloop continued.

This commit is contained in:
Roland Jax
2014-11-07 20:58:15 +01:00
parent 6db67385b5
commit 6b0f58b291
6 changed files with 435 additions and 242 deletions
+2 -2
View File
@@ -54,9 +54,9 @@ const std::string BusCommand::getMessageStr()
result += "00";
result += m_result.getDataStr();
result += "00";
} else {
result = "success";
}
else
result = "success";
}
else
result = "error: "+std::string(getResultCodeCStr());