namespace 'libebus' removed.

This commit is contained in:
Roland Jax
2014-11-19 19:44:04 +01:00
parent 5b14d6dbec
commit a5605c40be
33 changed files with 10 additions and 184 deletions
-6
View File
@@ -27,9 +27,6 @@
#include <vector>
#include <cstring>
namespace libebus
{
/** the known data field types. */
static const dataType_t dataTypes[] = {
{"STR", 16, bt_str, ADJ, ' ', 1, 16, 0}, // >= 1 byte character string filled up with space
@@ -658,6 +655,3 @@ result_t ValueListDataField::writeSymbols(std::istringstream& input, SymbolStrin
return RESULT_ERR_INVALID_ARG; // value assignment not found
}
} //namespace